Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip.h54 #define IPSKB_FRAG_PMTU BIT(6) macro
/Linux-v4.19/net/ipv4/
Dip_output.c314 if (skb->len > mtu || (IPCB(skb)->flags & IPSKB_FRAG_PMTU)) in ip_finish_output()
785 if (IPCB(skb)->flags & IPSKB_FRAG_PMTU) in ip_do_fragment()
Dip_fragment.c643 IPCB(head)->flags |= IPSKB_FRAG_PMTU; in ip_frag_reasm()