Home
last modified time | relevance | path

Searched refs:post_ct_dnat (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dflow.c1007 bool post_ct = false, post_ct_snat = false, post_ct_dnat = false; in ovs_flow_key_extract() local
1050 post_ct_dnat = post_ct ? tc_ext->post_ct_dnat : false; in ovs_flow_key_extract()
1066 if (!post_ct_dnat) in ovs_flow_key_extract()
/openbmc/linux/include/net/
H A Dpkt_sched.h284 u8 post_ct_dnat:1; member
/openbmc/linux/net/sched/
H A Dact_ct.c949 tc_skb_cb(skb)->post_ct_dnat = 1; in tcf_ct_act_nat()
H A Dcls_api.c1803 ext->post_ct_dnat = cb->post_ct_dnat; in tcf_classify()
/openbmc/linux/include/linux/
H A Dskbuff.h330 u8 post_ct_dnat:1; member