Home
last modified time | relevance | path

Searched refs:post_ct (Results 1 – 10 of 10) sorted by relevance

/linux/net/openvswitch/
H A Dconntrack.h29 bool post_ct);
79 bool post_ct) in ovs_ct_fill_key() argument
H A Dconntrack.c237 /* Update 'key' based on skb->_nfct. If 'post_ct' is true, then OVS has
244 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key() argument
272 } else if (post_ct) { in ovs_ct_update_key()
285 bool post_ct) in ovs_ct_fill_key() argument
287 ovs_ct_update_key(skb, NULL, key, post_ct, false); in ovs_ct_fill_key()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_dmfs.c19 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_dmfs_init() argument
/linux/net/sched/
H A Dact_ct.c989 qdisc_skb_cb(skb)->post_ct = false; in tcf_ct_act()
1100 qdisc_skb_cb(skb)->post_ct = true; in tcf_ct_act()
H A Dcls_flower.c329 bool post_ct = qdisc_skb_cb(skb)->post_ct; in fl_classify() local
348 post_ct, zone); in fl_classify()
H A Dcls_api.c1875 ext->post_ct = qdisc_skb_cb(skb)->post_ct; in tcf_classify()
/linux/net/core/
H A Dflow_dissector.c323 size_t mapsize, bool post_ct, u16 zone) in skb_flow_dissect_ct() argument
335 if (!ct && !post_ct) in skb_flow_dissect_ct()
H A Ddev.c4366 qdisc_skb_cb(skb)->post_ct = false; in tc_run()
/linux/include/net/
H A Dsch_generic.h459 u8 post_ct:1;
1097 u16 zone; /* Only valid if qdisc_skb_cb(skb)->post_ct = true */
1072 u8 post_ct:1; global() member
/linux/include/linux/
H A Dskbuff.h329 u8 post_ct:1; member
1641 bool post_ct, u16 zone);