lhbuf              85 net/netfilter/xt_l2tp.c 	union l2tp_val lhbuf;
lhbuf              95 net/netfilter/xt_l2tp.c 	lh = skb_header_pointer(skb, offs, 2, &lhbuf);
lhbuf             113 net/netfilter/xt_l2tp.c 		lh = skb_header_pointer(skb, offs + 4, 4, &lhbuf);
lhbuf             123 net/netfilter/xt_l2tp.c 		lh = skb_header_pointer(skb, offs + 2, 4, &lhbuf);
lhbuf             143 net/netfilter/xt_l2tp.c 	union l2tp_val lhbuf;
lhbuf             147 net/netfilter/xt_l2tp.c 	lh = skb_header_pointer(skb, thoff, sizeof(lhbuf), &lhbuf);
lhbuf             155 net/netfilter/xt_l2tp.c 		lh = skb_header_pointer(skb, thoff + 8, sizeof(lhbuf),
lhbuf             156 net/netfilter/xt_l2tp.c 					&lhbuf);