Home
last modified time | relevance | path

Searched refs:ctnl (Results 1 – 6 of 6) sorted by relevance

/net/netfilter/
Dnfnetlink_cttimeout.c74 static int cttimeout_new_timeout(struct net *net, struct sock *ctnl, in cttimeout_new_timeout() argument
236 static int cttimeout_get_timeout(struct net *net, struct sock *ctnl, in cttimeout_get_timeout() argument
250 return netlink_dump_start(ctnl, skb, nlh, &c); in cttimeout_get_timeout()
277 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, in cttimeout_get_timeout()
307 static int cttimeout_del_timeout(struct net *net, struct sock *ctnl, in cttimeout_del_timeout() argument
339 static int cttimeout_default_set(struct net *net, struct sock *ctnl, in cttimeout_default_set() argument
413 static int cttimeout_default_get(struct net *net, struct sock *ctnl, in cttimeout_default_get() argument
493 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in cttimeout_default_get()
Dnf_conntrack_netlink.c1521 static int ctnetlink_del_conntrack(struct net *net, struct sock *ctnl, in ctnetlink_del_conntrack() argument
1576 static int ctnetlink_get_conntrack(struct net *net, struct sock *ctnl, in ctnetlink_get_conntrack() argument
1599 return netlink_dump_start(ctnl, skb, nlh, &c); in ctnetlink_get_conntrack()
1637 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ctnetlink_get_conntrack()
1735 static int ctnetlink_get_ct_dying(struct net *net, struct sock *ctnl, in ctnetlink_get_ct_dying() argument
1746 return netlink_dump_start(ctnl, skb, nlh, &c); in ctnetlink_get_ct_dying()
1758 static int ctnetlink_get_ct_unconfirmed(struct net *net, struct sock *ctnl, in ctnetlink_get_ct_unconfirmed() argument
1769 return netlink_dump_start(ctnl, skb, nlh, &c); in ctnetlink_get_ct_unconfirmed()
2370 static int ctnetlink_new_conntrack(struct net *net, struct sock *ctnl, in ctnetlink_new_conntrack() argument
2535 static int ctnetlink_stat_ct_cpu(struct net *net, struct sock *ctnl, in ctnetlink_stat_ct_cpu() argument
[all …]
Dnfnetlink_osf.c299 static int nfnl_osf_add_callback(struct net *net, struct sock *ctnl, in nfnl_osf_add_callback() argument
354 static int nfnl_osf_remove_callback(struct net *net, struct sock *ctnl, in nfnl_osf_remove_callback() argument
Dnfnetlink_queue.c1059 static int nfqnl_recv_verdict_batch(struct net *net, struct sock *ctnl, in nfqnl_recv_verdict_batch() argument
1167 static int nfqnl_recv_verdict(struct net *net, struct sock *ctnl, in nfqnl_recv_verdict() argument
1233 static int nfqnl_recv_unsupp(struct net *net, struct sock *ctnl, in nfqnl_recv_unsupp() argument
1254 static int nfqnl_recv_config(struct net *net, struct sock *ctnl, in nfqnl_recv_config() argument
Dnfnetlink_log.c843 static int nfulnl_recv_unsupp(struct net *net, struct sock *ctnl, in nfulnl_recv_unsupp() argument
867 static int nfulnl_recv_config(struct net *net, struct sock *ctnl, in nfulnl_recv_config() argument
/net/netfilter/ipset/
Dip_set_core.c1039 static int ip_set_none(struct net *net, struct sock *ctnl, struct sk_buff *skb, in ip_set_none() argument
1047 static int ip_set_create(struct net *net, struct sock *ctnl, in ip_set_create() argument
1198 static int ip_set_destroy(struct net *net, struct sock *ctnl, in ip_set_destroy() argument
1288 static int ip_set_flush(struct net *net, struct sock *ctnl, struct sk_buff *skb, in ip_set_flush() argument
1328 static int ip_set_rename(struct net *net, struct sock *ctnl, in ip_set_rename() argument
1378 static int ip_set_swap(struct net *net, struct sock *ctnl, struct sk_buff *skb, in ip_set_swap() argument
1693 static int ip_set_dump(struct net *net, struct sock *ctnl, struct sk_buff *skb, in ip_set_dump() argument
1707 return netlink_dump_start(ctnl, skb, nlh, &c); in ip_set_dump()
1723 call_ad(struct sock *ctnl, struct sk_buff *skb, struct ip_set *set, in call_ad() argument
1785 netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, in call_ad()
[all …]