| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_conntrack_ecache.h | 45 struct net *net = nf_ct_net(ct); in nf_ct_ecache_ext_add() 108 struct net *net = nf_ct_net(ct); in nf_conntrack_event_cache() 127 const struct net *net = nf_ct_net(ct); in nf_conntrack_event_report() 142 const struct net *net = nf_ct_net(ct); in nf_conntrack_event()
|
| H A D | nf_conntrack_timestamp.h | 30 struct net *net = nf_ct_net(ct); in nf_ct_tstamp_ext_add()
|
| H A D | nf_conntrack_labels.h | 32 struct net *net = nf_ct_net(ct); in nf_ct_labels_ext_add()
|
| H A D | nf_conntrack_acct.h | 33 struct net *net = nf_ct_net(ct); in nf_ct_acct_ext_add()
|
| H A D | nf_conntrack_expect.h | 65 return nf_ct_net(exp->master); in nf_ct_exp_net()
|
| H A D | nf_conntrack.h | 141 static inline struct net *nf_ct_net(const struct nf_conn *ct) in nf_ct_net() function
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_core.c | 472 c = (unsigned long)nf_ct_net(ct); in nf_ct_get_id() 502 pcpu = per_cpu_ptr(nf_ct_net(ct)->ct.pcpu_lists, ct->cpu); in nf_ct_add_to_dying_list() 517 pcpu = per_cpu_ptr(nf_ct_net(ct)->ct.pcpu_lists, ct->cpu); in nf_ct_add_to_unconfirmed_list() 531 pcpu = per_cpu_ptr(nf_ct_net(ct)->ct.pcpu_lists, ct->cpu); in nf_ct_del_from_dying_or_unconfirmed_list() 632 struct net *net = nf_ct_net(ct); in nf_ct_delete_from_lists() 677 nf_conntrack_ecache_delayed_work(nf_ct_net(ct)); in nf_ct_delete() 681 nf_conntrack_ecache_work(nf_ct_net(ct)); in nf_ct_delete() 702 net_eq(net, nf_ct_net(ct)); in nf_ct_key_equal() 714 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match() 827 struct net *net = nf_ct_net(ct); in nf_conntrack_hash_check_insert() [all …]
|
| H A D | nf_conntrack_expect.c | 101 net_eq(net, nf_ct_net(i->master)) && in nf_ct_exp_equal() 247 net_eq(nf_ct_net(a->master), nf_ct_net(b->master)) && in expect_clash() 256 net_eq(nf_ct_net(a->master), nf_ct_net(b->master)) && in expect_matches()
|
| H A D | nf_conntrack_proto_udp.c | 98 timeouts = udp_get_timeouts(nf_ct_net(ct)); in nf_conntrack_udp_packet() 196 timeouts = udp_get_timeouts(nf_ct_net(ct)); in nf_conntrack_udplite_packet()
|
| H A D | nf_conntrack_ecache.c | 137 struct net *net = nf_ct_net(ct); in nf_conntrack_eventmask_report() 193 struct net *net = nf_ct_net(ct); in nf_ct_deliver_cached_events()
|
| H A D | nf_conntrack_proto_gre.c | 105 struct net *net = nf_ct_net(ct); in nf_ct_gre_keymap_add() 225 timeouts = gre_get_timeouts(nf_ct_net(ct)); in nf_conntrack_gre_packet()
|
| H 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()
|
| H A D | nf_nat_core.c | 307 net_eq(net, nf_ct_net(ct)) && in find_appropriate_src() 531 struct net *net = nf_ct_net(ct); in get_unique_tuple() 604 struct net *net = nf_ct_net(ct); in nf_nat_setup_info() 818 h = hash_by_src(nf_ct_net(ct), &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); in __nf_nat_cleanup_conntrack()
|
| H A D | nf_conntrack_helper.c | 237 struct net *net = nf_ct_net(ct); in __nf_ct_try_assign_helper() 389 nf_log_packet(nf_ct_net(ct), nf_ct_l3num(ct), 0, skb, NULL, NULL, NULL, in nf_ct_helper_log()
|
| H A D | nf_conntrack_proto_dccp.c | 387 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()
|
| H 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()
|
| H 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()
|
| H A D | nf_conntrack_proto_icmpv6.c | 114 timeout = icmpv6_get_timeouts(nf_ct_net(ct)); in nf_conntrack_icmpv6_packet()
|
| H A D | nf_nat_masquerade.c | 249 if (nat_ipv6_dev_get_saddr(nf_ct_net(ct), out, in nf_nat_masquerade_ipv6()
|
| H A D | nf_conntrack_proto_icmp.c | 99 timeout = &nf_icmp_pernet(nf_ct_net(ct))->timeout; in nf_conntrack_icmp_packet()
|
| H A D | nf_conntrack_proto_tcp.c | 469 struct net *net = nf_ct_net(ct); in tcp_in_window() 770 struct net *net = nf_ct_net(ct); in tcp_new() 860 struct net *net = nf_ct_net(ct); in nf_conntrack_tcp_packet()
|
| H A D | nf_flow_table_core.c | 537 if (net_eq(nf_ct_net(flow->ct), dev_net(dev)) && in nf_flow_table_do_cleanup()
|
| H A D | nf_conntrack_proto_sctp.c | 515 timeouts = nf_sctp_pernet(nf_ct_net(ct))->timeouts; in nf_conntrack_sctp_packet()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_nfct.c | 146 struct net *net = nf_ct_net(ct); in ip_vs_nfct_expect_callback()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_nat_pptp.c | 46 struct net *net = nf_ct_net(ct); in pptp_nat_expected()
|