Searched refs:nf_ct_net (Results 1 – 25 of 29) sorted by relevance
12
/linux/include/net/netfilter/ |
A D | nf_conntrack_ecache.h | 45 struct net *net = nf_ct_net(ct); in nf_ct_ecache_ext_add() 114 struct net *net = nf_ct_net(ct); in nf_conntrack_event_cache() 133 const struct net *net = nf_ct_net(ct); in nf_conntrack_event_report() 148 const struct net *net = nf_ct_net(ct); in nf_conntrack_event()
|
A D | nf_conntrack_timestamp.h | 30 struct net *net = nf_ct_net(ct); in nf_ct_tstamp_ext_add()
|
A D | nf_conntrack_labels.h | 32 struct net *net = nf_ct_net(ct); in nf_ct_labels_ext_add()
|
A D | nf_conntrack_acct.h | 33 struct net *net = nf_ct_net(ct); in nf_ct_acct_ext_add()
|
A D | nf_conntrack_expect.h | 65 return nf_ct_net(exp->master); in nf_ct_exp_net()
|
A D | nf_conntrack.h | 148 static inline struct net *nf_ct_net(const struct nf_conn *ct) in nf_ct_net() function
|
/linux/net/netfilter/ |
A D | nf_conntrack_core.c | 492 c = (unsigned long)nf_ct_net(ct); in nf_ct_get_id() 652 struct net *net = nf_ct_net(ct); in nf_ct_delete_from_lists() 704 net = nf_ct_net(ct); in nf_ct_delete() 739 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match() 864 struct net *net = nf_ct_net(ct); in nf_conntrack_hash_check_insert() 986 struct net *net = nf_ct_net(ct); in __nf_ct_resolve_clash() 1026 net = nf_ct_net(loser_ct); in nf_ct_resolve_clash_harder() 1109 net = nf_ct_net(loser_ct); in nf_ct_resolve_clash() 1146 net = nf_ct_net(ct); in __nf_conntrack_confirm() 1466 net = nf_ct_net(tmp); in gc_worker() [all …]
|
A D | nf_conntrack_expect.c | 115 net_eq(net, nf_ct_net(i->master)) && in nf_ct_exp_equal() 263 net_eq(nf_ct_net(a->master), nf_ct_net(b->master)) && in expect_clash() 272 net_eq(nf_ct_net(a->master), nf_ct_net(b->master)) && in expect_matches()
|
A D | nf_conntrack_proto_udp.c | 97 timeouts = udp_get_timeouts(nf_ct_net(ct)); in nf_conntrack_udp_packet() 194 timeouts = udp_get_timeouts(nf_ct_net(ct)); in nf_conntrack_udplite_packet()
|
A D | nf_conntrack_proto_gre.c | 92 struct net *net = nf_ct_net(ct); in nf_ct_gre_keymap_add() 212 timeouts = gre_get_timeouts(nf_ct_net(ct)); in nf_conntrack_gre_packet()
|
A D | nf_conntrack_broadcast.c | 31 if (skb->sk == NULL || !net_eq(nf_ct_net(ct), sock_net(skb->sk))) in nf_conntrack_broadcast_help()
|
A D | nf_flow_table_core.c | 183 struct net *net = nf_ct_net(ct); in flow_offload_fixup_ct_timeout() 277 struct net *net = nf_ct_net(flow->ct); in flow_offload_get_timeout() 607 if (net_eq(nf_ct_net(flow->ct), dev_net(dev)) && in nf_flow_table_do_cleanup()
|
A D | nf_nat_core.c | 287 net_eq(net, nf_ct_net(ct)) && in find_appropriate_src() 511 struct net *net = nf_ct_net(ct); in get_unique_tuple() 584 struct net *net = nf_ct_net(ct); in nf_nat_setup_info() 808 h = hash_by_src(nf_ct_net(ct), nf_ct_zone(ct), &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); in __nf_nat_cleanup_conntrack()
|
A D | nf_conntrack_helper.c | 238 struct net *net = nf_ct_net(ct); in __nf_ct_try_assign_helper() 390 nf_log_packet(nf_ct_net(ct), nf_ct_l3num(ct), 0, skb, NULL, NULL, NULL, in nf_ct_helper_log()
|
A D | nf_conntrack_proto_dccp.c | 388 struct net *net = nf_ct_net(ct); in dccp_new() 564 timeouts = nf_dccp_pernet(nf_ct_net(ct))->dccp_timeout; in nf_conntrack_dccp_packet()
|
A D | nf_conntrack_pptp.c | 114 struct net *net = nf_ct_net(ct); in pptp_expectfn() 185 struct net *net = nf_ct_net(ct); in pptp_destroy_siblings()
|
A D | nf_conntrack_proto.c | 82 net = nf_ct_net(ct); in nf_ct_l4proto_log_invalid() 148 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); in nf_confirm()
|
A D | nf_conntrack_ecache.c | 139 struct net *net = nf_ct_net(item->ct); in __nf_conntrack_eventmask_report()
|
A D | nf_conntrack_proto_icmpv6.c | 114 timeout = icmpv6_get_timeouts(nf_ct_net(ct)); in nf_conntrack_icmpv6_packet()
|
A D | nf_nat_masquerade.c | 249 if (nat_ipv6_dev_get_saddr(nf_ct_net(ct), out, in nf_nat_masquerade_ipv6()
|
A D | nf_conntrack_proto_icmp.c | 99 timeout = &nf_icmp_pernet(nf_ct_net(ct))->timeout; in nf_conntrack_icmp_packet()
|
A D | nf_conntrack_proto_tcp.c | 458 struct net *net = nf_ct_net(ct); in tcp_in_window() 759 struct net *net = nf_ct_net(ct); in tcp_new() 849 struct net *net = nf_ct_net(ct); in nf_conntrack_tcp_packet()
|
A D | nf_conntrack_proto_sctp.c | 506 timeouts = nf_sctp_pernet(nf_ct_net(ct))->timeouts; in nf_conntrack_sctp_packet()
|
/linux/net/netfilter/ipvs/ |
A D | ip_vs_nfct.c | 146 struct net *net = nf_ct_net(ct); in ip_vs_nfct_expect_callback()
|
/linux/net/ipv4/netfilter/ |
A D | nf_nat_pptp.c | 46 struct net *net = nf_ct_net(ct); in pptp_nat_expected()
|
Completed in 34 milliseconds
12