Searched refs:nlattr_to_tuple (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/netfilter/ | 
| D | nf_conntrack_proto_udp.c | 275 	.nlattr_to_tuple	= nf_ct_port_nlattr_to_tuple,297 	.nlattr_to_tuple	= nf_ct_port_nlattr_to_tuple,
 
 | 
| D | nf_conntrack_proto_icmpv6.c | 281 	.nlattr_to_tuple	= icmpv6_nlattr_to_tuple,
 | 
| D | nf_conntrack_proto_gre.c | 321 	.nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
 | 
| D | nf_conntrack_proto_icmp.c | 362 	.nlattr_to_tuple	= icmp_nlattr_to_tuple,
 | 
| D | nf_conntrack_proto_dccp.c | 755 	.nlattr_to_tuple	= nf_ct_port_nlattr_to_tuple,
 | 
| D | nf_conntrack_proto_sctp.c | 668 	.nlattr_to_tuple	= nf_ct_port_nlattr_to_tuple,
 | 
| D | nf_conntrack_proto_tcp.c | 1447 	.nlattr_to_tuple	= nf_ct_port_nlattr_to_tuple,
 | 
| D | nf_conntrack_netlink.c | 1070 	if (likely(l4proto->nlattr_to_tuple)) {  in ctnetlink_parse_tuple_proto()1075 			ret = l4proto->nlattr_to_tuple(tb, tuple);  in ctnetlink_parse_tuple_proto()
 
 | 
| /Linux-v5.4/include/net/netfilter/ | 
| D | nf_conntrack_l4proto.h | 44 	int (*nlattr_to_tuple)(struct nlattr *tb[],  member
 |