Searched refs:lhbuf (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/netfilter/ |
D | xt_l2tp.c | 85 union l2tp_val lhbuf; in l2tp_udp_mt() local 95 lh = skb_header_pointer(skb, offs, 2, &lhbuf); in l2tp_udp_mt() 113 lh = skb_header_pointer(skb, offs + 4, 4, &lhbuf); in l2tp_udp_mt() 123 lh = skb_header_pointer(skb, offs + 2, 4, &lhbuf); in l2tp_udp_mt() 143 union l2tp_val lhbuf; in l2tp_ip_mt() local 147 lh = skb_header_pointer(skb, thoff, sizeof(lhbuf), &lhbuf); in l2tp_ip_mt() 155 lh = skb_header_pointer(skb, thoff + 8, sizeof(lhbuf), in l2tp_ip_mt() 156 &lhbuf); in l2tp_ip_mt()
|