Searched refs:lhbuf (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/net/netfilter/ |
| D | xt_l2tp.c | 88 union l2tp_val lhbuf; in l2tp_udp_mt() local 98 lh = skb_header_pointer(skb, offs, 2, &lhbuf); in l2tp_udp_mt() 116 lh = skb_header_pointer(skb, offs + 4, 4, &lhbuf); in l2tp_udp_mt() 126 lh = skb_header_pointer(skb, offs + 2, 4, &lhbuf); in l2tp_udp_mt() 146 union l2tp_val lhbuf; in l2tp_ip_mt() local 150 lh = skb_header_pointer(skb, thoff, sizeof(lhbuf), &lhbuf); in l2tp_ip_mt() 158 lh = skb_header_pointer(skb, thoff + 8, sizeof(lhbuf), in l2tp_ip_mt() 159 &lhbuf); in l2tp_ip_mt()
|