Searched refs:nlattr_tuple_size (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto.c | 218 if (proto->tuple_to_nlattr && !proto->nlattr_tuple_size) in nf_ct_l3proto_register() 229 if (proto->nlattr_tuple_size) in nf_ct_l3proto_register() 230 proto->nla_size = 3 * proto->nlattr_tuple_size(); in nf_ct_l3proto_register() 369 || (l4proto->tuple_to_nlattr && !l4proto->nlattr_tuple_size)) in nf_ct_l4proto_register() 406 if (l4proto->nlattr_tuple_size) in nf_ct_l4proto_register() 407 l4proto->nla_size += 3 * l4proto->nlattr_tuple_size(); in nf_ct_l4proto_register()
|
D | nf_conntrack_proto_udp.c | 321 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size, 353 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
|
D | nf_conntrack_proto_udplite.c | 285 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size, 317 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
|
D | nf_conntrack_proto_dccp.c | 885 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size, 919 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
|
D | nf_conntrack_proto_sctp.c | 804 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size, 838 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
|
D | nf_conntrack_proto_gre.c | 380 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
|
D | nf_conntrack_proto_tcp.c | 1686 .nlattr_tuple_size = tcp_nlattr_tuple_size, 1723 .nlattr_tuple_size = tcp_nlattr_tuple_size,
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_l3proto.h | 58 int (*nlattr_tuple_size)(void); member
|
D | nf_conntrack_l4proto.h | 80 int (*nlattr_tuple_size)(void); member
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 381 .nlattr_tuple_size = icmpv6_nlattr_tuple_size,
|
D | nf_conntrack_l3proto_ipv6.c | 326 .nlattr_tuple_size = ipv6_nlattr_tuple_size,
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 413 .nlattr_tuple_size = icmp_nlattr_tuple_size,
|
D | nf_conntrack_l3proto_ipv4.c | 385 .nlattr_tuple_size = ipv4_nlattr_tuple_size,
|