Searched refs:ctnl_timeout (Results 1 – 10 of 10) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nfnetlink_cttimeout.c | 36 struct ctnl_timeout { struct 77 tb = kzalloc_objs(*tb, l4proto->ctnl_timeout.nlattr_max + 1); in ctnl_timeout_parse_policy() 83 l4proto->ctnl_timeout.nlattr_max, in ctnl_timeout_parse_policy() 85 l4proto->ctnl_timeout.nla_policy, in ctnl_timeout_parse_policy() 90 ret = l4proto->ctnl_timeout.nlattr_to_obj(tb, net, timeout); in ctnl_timeout_parse_policy() 105 struct ctnl_timeout *timeout, *matching = NULL; in cttimeout_new_timeout() 156 timeout = kzalloc(sizeof(struct ctnl_timeout) + in cttimeout_new_timeout() 157 l4proto->ctnl_timeout.obj_size, GFP_KERNEL); in cttimeout_new_timeout() 184 int event, struct ctnl_timeout *timeout) in ctnl_timeout_fill_info() 210 ret = l4proto->ctnl_timeout.obj_to_nlattr(skb, &timeout->timeout.data); in ctnl_timeout_fill_info() [all …]
|
| H A D | nf_conntrack_proto_udp.c | 293 .ctnl_timeout = { 315 .ctnl_timeout = {
|
| H A D | nf_conntrack_proto_generic.c | 72 .ctnl_timeout = {
|
| H A D | nft_ct.c | 899 tb = kzalloc_objs(*tb, l4proto->ctnl_timeout.nlattr_max + 1); in nft_ct_timeout_parse_policy() 905 l4proto->ctnl_timeout.nlattr_max, in nft_ct_timeout_parse_policy() 907 l4proto->ctnl_timeout.nla_policy, in nft_ct_timeout_parse_policy() 912 ret = l4proto->ctnl_timeout.nlattr_to_obj(tb, net, timeouts); in nft_ct_timeout_parse_policy() 987 l4proto->ctnl_timeout.obj_size, GFP_KERNEL); in nft_ct_timeout_obj_init() 1042 ret = timeout->l4proto->ctnl_timeout.obj_to_nlattr(skb, &timeout->data); in nft_ct_timeout_obj_dump()
|
| H A D | nf_conntrack_proto_gre.c | 320 .ctnl_timeout = {
|
| H A D | nf_conntrack_proto_icmpv6.c | 354 .ctnl_timeout = {
|
| H A D | nf_conntrack_proto_icmp.c | 376 .ctnl_timeout = {
|
| H A D | nf_conntrack_proto_sctp.c | 718 .ctnl_timeout = {
|
| H A D | nf_conntrack_proto_tcp.c | 1632 .ctnl_timeout = {
|
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_l4proto.h | 57 } ctnl_timeout; member
|