Home
last modified time | relevance | path

Searched refs:IPSKB_FRAG_PMTU (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dip_fragment.c444 * 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 Dip_output.c900 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 Dip_fragment.c452 * 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 Dip_output.c893 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 Dip.h56 #define IPSKB_FRAG_PMTU BIT(6) macro
/kernel/linux/linux-6.6/include/net/
H A Dip.h57 #define IPSKB_FRAG_PMTU BIT(6) macro

Completed in 9 milliseconds