Home
last modified time | relevance | path

Searched refs:ll_rs (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dip_output.c643 unsigned int ll_rs, unsigned int mtu, bool DF, in ip_frag_init()
650 state->ll_rs = ll_rs; in ip_frag_init()
693 skb2 = alloc_skb(len + state->hlen + state->ll_rs, GFP_ATOMIC); in ip_frag_next()
702 skb_reserve(skb2, state->ll_rs); in ip_frag_next()
767 unsigned int mtu, hlen, ll_rs; in ip_do_fragment()
795 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment()
812 skb_headroom(skb) < ll_rs) in ip_do_fragment()
819 skb_headroom(frag) < hlen + ll_rs) in ip_do_fragment()
893 ip_frag_init(skb, hlen, ll_rs, mt in ip_do_fragment()
644 ip_frag_init(struct sk_buff * skb,unsigned int hlen,unsigned int ll_rs,unsigned int mtu,bool DF,struct ip_frag_state * state) ip_frag_init() argument
768 unsigned int mtu, hlen, ll_rs; ip_do_fragment() local
[all...]
/linux/include/net/
H A Dip.h201 unsigned int ll_rs; member
209 void ip_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int ll_rs,