Lines Matching refs:hlen
89 int hlen; member
350 int hlen, tlen; in raw_send_hdrinc() local
363 hlen = LL_RESERVED_SPACE(rt->dst.dev); in raw_send_hdrinc()
366 length + hlen + tlen + 15, in raw_send_hdrinc()
370 skb_reserve(skb, hlen); in raw_send_hdrinc()
446 rfv->hlen = 2; in raw_probe_proto_opt()
448 err = memcpy_from_msg(rfv->hdr.c, rfv->msg, rfv->hlen); in raw_probe_proto_opt()
463 if (offset < rfv->hlen) { in raw_getfrag()
464 int copy = min(rfv->hlen - offset, len); in raw_getfrag()
484 offset -= rfv->hlen; in raw_getfrag()
624 rfv.hlen = 0; in raw_sendmsg()