Searched refs:nf_ct_set (Results 1 – 13 of 13) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_CT.c | 28 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() 323 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in notrack_tg()
|
| H A D | nf_conntrack_proto_icmp.c | 192 nf_ct_set(skb, ct, ctinfo); in nf_conntrack_inet_error()
|
| H A D | nf_conntrack_proto_icmpv6.c | 210 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_conntrack_icmpv6_error()
|
| H A D | nf_synproxy_core.c | 435 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()
|
| H A D | nft_ct.c | 271 nf_ct_set(skb, ct, IP_CT_NEW); in nft_ct_set_zone_eval() 871 nf_ct_set(skb, ct, IP_CT_UNTRACKED); in nft_notrack_eval()
|
| H A D | nf_conntrack_core.c | 1059 nf_ct_set(skb, ct, ctinfo); in __nf_ct_resolve_clash() 1923 nf_ct_set(skb, ct, ctinfo); in resolve_normal_ct() 2202 nf_ct_set(nskb, ct, ctinfo); in nf_conntrack_attach()
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_dup_ipv6.c | 59 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_dup_ipv6()
|
| /linux/include/net/tc_act/ |
| H A D | tc_ct.h | 88 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_restore_skb()
|
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack.h | 360 nf_ct_set(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info info) in nf_ct_set() function
|
| /linux/net/sched/ |
| H A D | act_ct.c | 190 /* aligns with the CT reference on the SKB nf_ct_set */ in tcf_ct_flow_table_add_action_meta() 722 nf_ct_set(skb, ct, ctinfo); in tcf_ct_flow_table_lookup() 780 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_skb_nfct_cached() 993 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in tcf_ct_act() 1032 nf_ct_set(skb, tmpl, IP_CT_NEW); in tcf_ct_act()
|
| /linux/net/openvswitch/ |
| H A D | conntrack.c | 528 nf_ct_set(skb, ct, ovs_ct_get_info(h)); in ovs_ct_find_existing() 607 nf_ct_set(skb, NULL, 0); in skb_nfct_cached() 751 nf_ct_set(skb, tmpl, IP_CT_NEW); in __ovs_ct_lookup() 1083 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ovs_ct_clear()
|
| /linux/net/bridge/netfilter/ |
| H A D | nf_conntrack_bridge.c | 284 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in nf_ct_bridge_pre()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 1763 nf_ct_set(skb, NULL, IP_CT_UNTRACKED); in ip_vs_notrack()
|