Searched refs:uhlen (Results 1 – 2 of 2) sorted by relevance
82 int uhlen = sizeof(struct udphdr); in l2tp_udp_mt() local83 int offs = thoff + uhlen; in l2tp_udp_mt()
1229 int headroom, uhlen, udp_len; in l2tp_xmit_core() local1238 uhlen = (tunnel->encap == L2TP_ENCAPTYPE_UDP) ? sizeof(*uh) : 0; in l2tp_xmit_core()1239 headroom = NET_SKB_PAD + sizeof(struct iphdr) + uhlen + session->hdr_len; in l2tp_xmit_core()1292 udp_len = uhlen + session->hdr_len + data_len; in l2tp_xmit_core()