Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_fragment.c449 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()
/OK3568_Linux_fs/kernel/include/net/
H A Dip.h58 #define IPSKB_FRAG_PMTU BIT(6) macro