Home
last modified time | relevance | path

Searched refs:nf_ct_set (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_CT.c28 nf_ct_set(skb, ct, IP_CT_NEW); in xt_ct_target()
30 nf_ct_set(skb, ct, IP_CT_UNTRACKED); in xt_ct_target()
350 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in notrack_tg()
H A Dnf_conntrack_proto_icmpv6.c159 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_conntrack_icmpv6_error()
H A Dnf_conntrack_proto_icmp.c192 nf_ct_set(skb, ct, ctinfo); in nf_conntrack_inet_error()
H A Dnf_conntrack_core.c938 nf_ct_set(skb, ct, ctinfo); in __nf_ct_resolve_clash()
1682 nf_ct_set(skb, ct, ctinfo); in resolve_normal_ct()
1992 nf_ct_set(nskb, ct, ctinfo); in nf_conntrack_attach()
2045 nf_ct_set(skb, ct, ctinfo); in __nf_conntrack_update()
H A Dnft_ct.c274 nf_ct_set(skb, ct, IP_CT_NEW); in nft_ct_set_zone_eval()
779 nf_ct_set(skb, ct, IP_CT_UNTRACKED); in nft_notrack_eval()
H A Dnf_synproxy_core.c458 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp()
870 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp_ipv6()
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_ct.h77 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_restore_skb()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_dup_ipv6.c58 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv6()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_dup_ipv4.c69 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv4()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack.h336 nf_ct_set(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info info) in nf_ct_set() function
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c548 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_lookup()
593 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_skb_nfct_cached()
959 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_act()
1004 nf_ct_set(skb, tmpl, IP_CT_NEW); in tcf_ct_act()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c283 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_ct_bridge_pre()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c646 nf_ct_set(skb, ct, ovs_ct_get_info(h)); in ovs_ct_find_existing()
725 nf_ct_set(skb, NULL, 0); in skb_nfct_cached()
972 nf_ct_set(skb, tmpl, IP_CT_NEW); in __ovs_ct_lookup()
1326 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ovs_ct_clear()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_vs.h1607 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ip_vs_notrack()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c430 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in vrf_nf_set_untracked()