Searched refs:IPSKB_FRAG_PMTU (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_fragment.c | 444 * We only set DF/IPSKB_FRAG_PMTU if such DF fragment was the largest in ip_frag_reasm() 449 IPCB(skb)->flags |= IPSKB_FRAG_PMTU; in ip_frag_reasm()
|
H A D | ip_output.c | 900 ip_frag_init(skb, hlen, ll_rs, mtu, IPCB(skb)->flags & IPSKB_FRAG_PMTU, in ip_do_fragment()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_fragment.c | 452 * We only set DF/IPSKB_FRAG_PMTU if such DF fragment was the largest in ip_frag_reasm() 457 IPCB(skb)->flags |= IPSKB_FRAG_PMTU; in ip_frag_reasm()
|
H A D | ip_output.c | 893 ip_frag_init(skb, hlen, ll_rs, mtu, IPCB(skb)->flags & IPSKB_FRAG_PMTU, in ip_do_fragment()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 56 #define IPSKB_FRAG_PMTU BIT(6) macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 57 #define IPSKB_FRAG_PMTU BIT(6) macro
|
Completed in 9 milliseconds