Home
last modified time | relevance | path

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

/Linux-v5.4/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.c157 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_conntrack_icmpv6_error()
Dnf_conntrack_proto_icmp.c190 nf_ct_set(skb, ct, ctinfo); in nf_conntrack_inet_error()
Dnf_conntrack_core.c917 nf_ct_set(skb, ct, oldinfo); in nf_ct_resolve_clash()
1574 nf_ct_set(skb, ct, ctinfo); in resolve_normal_ct()
1878 nf_ct_set(nskb, ct, ctinfo); in nf_conntrack_attach()
1935 nf_ct_set(skb, ct, ctinfo); in nf_conntrack_update()
Dnft_ct.c275 nf_ct_set(skb, ct, IP_CT_NEW); in nft_ct_set_zone_eval()
775 nf_ct_set(skb, ct, IP_CT_UNTRACKED); in nft_notrack_eval()
Dnf_synproxy_core.c453 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp()
866 nf_ct_set(nskb, (struct nf_conn *)nfct, ctinfo); in synproxy_send_tcp_ipv6()
/Linux-v5.4/net/ipv4/netfilter/
Dnf_dup_ipv4.c69 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv4()
/Linux-v5.4/net/ipv6/netfilter/
Dnf_dup_ipv6.c58 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv6()
/Linux-v5.4/net/sched/
Dact_ct.c63 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_skb_nfct_cached()
394 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_act()
434 nf_ct_set(skb, tmpl, IP_CT_NEW); in tcf_ct_act()
/Linux-v5.4/include/net/netfilter/
Dnf_conntrack.h317 nf_ct_set(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info info) in nf_ct_set() function
/Linux-v5.4/net/bridge/netfilter/
Dnf_conntrack_bridge.c273 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_ct_bridge_pre()
/Linux-v5.4/net/openvswitch/
Dconntrack.c644 nf_ct_set(skb, ct, ovs_ct_get_info(h)); in ovs_ct_find_existing()
723 nf_ct_set(skb, NULL, 0); in skb_nfct_cached()
955 nf_ct_set(skb, tmpl, IP_CT_NEW); in __ovs_ct_lookup()
1304 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ovs_ct_clear()
/Linux-v5.4/include/net/
Dip_vs.h1579 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ip_vs_notrack()