Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
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()
361 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in notrack_tg()
Dnf_conntrack_proto_icmpv6.c158 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_conntrack_icmpv6_error()
Dnf_conntrack_proto_icmp.c192 nf_ct_set(skb, ct, ctinfo); in nf_conntrack_inet_error()
Dnf_conntrack_core.c1021 nf_ct_set(skb, ct, ctinfo); in __nf_ct_resolve_clash()
1883 nf_ct_set(skb, ct, ctinfo); in resolve_normal_ct()
2189 nf_ct_set(nskb, ct, ctinfo); in nf_conntrack_attach()
2242 nf_ct_set(skb, ct, ctinfo); in __nf_conntrack_update()
Dnf_synproxy_core.c435 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp()
847 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp_ipv6()
Dnft_ct.c277 nf_ct_set(skb, ct, IP_CT_NEW); in nft_ct_set_zone_eval()
827 nf_ct_set(skb, ct, IP_CT_UNTRACKED); in nft_notrack_eval()
/Linux-v6.1/include/net/tc_act/
Dtc_ct.h77 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_restore_skb()
/Linux-v6.1/net/ipv4/netfilter/
Dnf_dup_ipv4.c69 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv4()
/Linux-v6.1/net/ipv6/netfilter/
Dnf_dup_ipv6.c58 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv6()
/Linux-v6.1/include/net/netfilter/
Dnf_conntrack.h353 nf_ct_set(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info info) in nf_ct_set() function
/Linux-v6.1/net/sched/
Dact_ct.c634 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_lookup()
685 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_skb_nfct_cached()
1054 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_act()
1097 nf_ct_set(skb, tmpl, IP_CT_NEW); in tcf_ct_act()
/Linux-v6.1/net/bridge/netfilter/
Dnf_conntrack_bridge.c284 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_ct_bridge_pre()
/Linux-v6.1/net/openvswitch/
Dconntrack.c650 nf_ct_set(skb, ct, ovs_ct_get_info(h)); in ovs_ct_find_existing()
729 nf_ct_set(skb, NULL, 0); in skb_nfct_cached()
975 nf_ct_set(skb, tmpl, IP_CT_NEW); in __ovs_ct_lookup()
1345 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ovs_ct_clear()
/Linux-v6.1/include/net/
Dip_vs.h1618 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ip_vs_notrack()
/Linux-v6.1/drivers/net/
Dvrf.c432 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in vrf_nf_set_untracked()