Searched defs:protooff (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/ipset/
H A Dip_set_getport.c24 get_port(const struct sk_buff *skb, int protocol, unsigned int protooff, argument
32 th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph);
44 sh = skb_header_pointer(skb, protooff, sizeof(_sh), &_sh);
57 uh = skb_header_pointer(skb, protooff, sizeof(_udph), &_udph);
69 ic = skb_header_pointer(skb, protooff, sizeof(_ich), &_ich);
80 ic = skb_header_pointer(skb, protooff, sizeof(_ich), &_ich);
101 unsigned int protooff = ip_hdrlen(skb); local
124 return get_port(skb, protocol, protooff, src, port, proto);

Completed in 139 milliseconds