Searched refs:nest_parms (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_netlink.c57 struct nfattr *nest_parms = NFA_NEST(skb, CTA_TUPLE_PROTO); local
64 NFA_NEST_END(skb, nest_parms);
78 struct nfattr *nest_parms = NFA_NEST(skb, CTA_TUPLE_IP); local
83 NFA_NEST_END(skb, nest_parms);
274 struct nfattr *nest_parms; local
287 nest_parms = NFA_NEST(skb, CTA_TUPLE_ORIG);
290 NFA_NEST_END(skb, nest_parms);
292 nest_parms = NFA_NEST(skb, CTA_TUPLE_REPLY);
295 NFA_NEST_END(skb, nest_parms);
323 struct nfattr *nest_parms; local
1075 struct nfattr *nest_parms = NFA_NEST(skb, type); local
1096 struct nfattr *nest_parms = NFA_NEST(skb, CTA_EXPECT_MASK); local
[all...]
H A Dnf_conntrack_proto_tcp.c1091 struct nfattr *nest_parms; local
1095 nest_parms = NFA_NEST(skb, CTA_PROTOINFO_TCP);
1114 NFA_NEST_END(skb, nest_parms);

Completed in 52 milliseconds