Searched refs:alloclen (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dip_output.c922 unsigned int alloclen; local
942 alloclen = mtu;
944 alloclen = fraglen;
946 alloclen += exthdrlen;
954 alloclen += rt->dst.trailer_len;
958 alloclen + hh_len + 15,
965 alloclen + hh_len + 15, 1,
1230 int alloclen; local
1235 alloclen = fragheaderlen + hh_len + fraggap + 15;
1236 skb = sock_wmalloc(sk, alloclen,
[all...]
/net/ipv6/
H A Dip6_output.c1322 unsigned int alloclen; local
1347 alloclen = mtu;
1349 alloclen = datalen + fragheaderlen;
1351 alloclen += dst_exthdrlen;
1361 alloclen += rt->dst.trailer_len;
1369 alloclen += sizeof(struct frag_hdr);
1373 alloclen + hh_len,
1380 alloclen + hh_len, 1,

Completed in 31 milliseconds