Home
last modified time | relevance | path

Searched refs:IPSKB_FRAG_PMTU (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/ipv4/
H A Dip_fragment.c451 IPCB(skb)->flags |= IPSKB_FRAG_PMTU; in ip_frag_reasm()
H A Dip_output.c887 ip_frag_init(skb, hlen, ll_rs, mtu, IPCB(skb)->flags & IPSKB_FRAG_PMTU, in ip_do_fragment()
/linux-6.15/include/net/
H A Dip.h58 #define IPSKB_FRAG_PMTU BIT(6) macro