Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dip_fragment.c449 IPCB(skb)->flags |= IPSKB_FRAG_PMTU; in ip_frag_reasm()
Dip_output.c900 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/
Dip.h56 #define IPSKB_FRAG_PMTU BIT(6) macro