Home
last modified time | relevance | path

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

/Linux-v5.10/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()
350 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in notrack_tg()
Dnf_conntrack_proto_icmpv6.c159 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.c934 nf_ct_set(skb, ct, ctinfo); in __nf_ct_resolve_clash()
1699 nf_ct_set(skb, ct, ctinfo); in resolve_normal_ct()
2007 nf_ct_set(nskb, ct, ctinfo); in nf_conntrack_attach()
2060 nf_ct_set(skb, ct, ctinfo); in __nf_conntrack_update()
Dnf_synproxy_core.c453 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp()
865 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp_ipv6()
Dnft_ct.c273 nf_ct_set(skb, ct, IP_CT_NEW); in nft_ct_set_zone_eval()
773 nf_ct_set(skb, ct, IP_CT_UNTRACKED); in nft_notrack_eval()
/Linux-v5.10/include/net/tc_act/
Dtc_ct.h77 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_restore_skb()
/Linux-v5.10/net/ipv4/netfilter/
Dnf_dup_ipv4.c69 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv4()
/Linux-v5.10/net/ipv6/netfilter/
Dnf_dup_ipv6.c58 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv6()
/Linux-v5.10/include/net/netfilter/
Dnf_conntrack.h329 nf_ct_set(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info info) in nf_ct_set() function
/Linux-v5.10/net/sched/
Dact_ct.c542 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_lookup()
587 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_skb_nfct_cached()
948 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_act()
993 nf_ct_set(skb, tmpl, IP_CT_NEW); in tcf_ct_act()
/Linux-v5.10/net/bridge/netfilter/
Dnf_conntrack_bridge.c277 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_ct_bridge_pre()
/Linux-v5.10/net/openvswitch/
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()
/Linux-v5.10/include/net/
Dip_vs.h1607 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ip_vs_notrack()