Searched refs:nlattr_to_obj (Results 1 – 10 of 10) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_conntrack_proto_udp.c | 294 .nlattr_to_obj = udp_timeout_nlattr_to_obj, 316 .nlattr_to_obj = udp_timeout_nlattr_to_obj,
|
| H A D | nf_conntrack_proto_generic.c | 73 .nlattr_to_obj = generic_timeout_nlattr_to_obj,
|
| H A D | nf_conntrack_proto_gre.c | 321 .nlattr_to_obj = gre_timeout_nlattr_to_obj,
|
| H A D | nf_conntrack_proto_icmpv6.c | 355 .nlattr_to_obj = icmpv6_timeout_nlattr_to_obj,
|
| H A D | nf_conntrack_proto_icmp.c | 377 .nlattr_to_obj = icmp_timeout_nlattr_to_obj,
|
| H A D | nfnetlink_cttimeout.c | 90 ret = l4proto->ctnl_timeout.nlattr_to_obj(tb, net, timeout); in ctnl_timeout_parse_policy()
|
| H A D | nf_conntrack_proto_sctp.c | 719 .nlattr_to_obj = sctp_timeout_nlattr_to_obj,
|
| H A D | nft_ct.c | 912 ret = l4proto->ctnl_timeout.nlattr_to_obj(tb, net, timeouts); in nft_ct_timeout_parse_policy()
|
| H A D | nf_conntrack_proto_tcp.c | 1633 .nlattr_to_obj = tcp_timeout_nlattr_to_obj,
|
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_l4proto.h | 50 int (*nlattr_to_obj)(struct nlattr *tb[], member
|