Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip.h48 #define IPSKB_FRAG_PMTU BIT(6) macro
/linux-4.4.14/net/ipv4/
Dip_output.c282 if (skb->len > mtu || (IPCB(skb)->flags & IPSKB_FRAG_PMTU)) in ip_finish_output()
739 if (IPCB(skb)->flags & IPSKB_FRAG_PMTU) in ip_do_fragment()
Dip_fragment.c632 IPCB(head)->flags |= IPSKB_FRAG_PMTU; in ip_frag_reasm()