Home
last modified time | relevance | path

Searched refs:orig_tp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/openvswitch/
Dconntrack.c188 key->ct.orig_tp.src = htons(orig->dst.u.icmp.type); in __ovs_ct_update_key_orig_tp()
189 key->ct.orig_tp.dst = htons(orig->dst.u.icmp.code); in __ovs_ct_update_key_orig_tp()
191 key->ct.orig_tp.src = orig->src.u.all; in __ovs_ct_update_key_orig_tp()
192 key->ct.orig_tp.dst = orig->dst.u.all; in __ovs_ct_update_key_orig_tp()
314 output->ct.orig_tp.src, in ovs_ct_put_key()
315 output->ct.orig_tp.dst, in ovs_ct_put_key()
325 output->ct.orig_tp.src, in ovs_ct_put_key()
326 output->ct.orig_tp.dst, in ovs_ct_put_key()
Dflow.h159 } orig_tp; member
Dflow_netlink.c1229 SW_FLOW_KEY_PUT(match, ct.orig_tp.src, ct->src_port, is_mask); in metadata_from_nlattrs()
1230 SW_FLOW_KEY_PUT(match, ct.orig_tp.dst, ct->dst_port, is_mask); in metadata_from_nlattrs()
1245 SW_FLOW_KEY_PUT(match, ct.orig_tp.src, ct->src_port, is_mask); in metadata_from_nlattrs()
1246 SW_FLOW_KEY_PUT(match, ct.orig_tp.dst, ct->dst_port, is_mask); in metadata_from_nlattrs()
/Linux-v4.19/net/sched/
Dcls_api.c966 const struct tcf_proto *orig_tp = tp; in tcf_classify() local
982 first_tp = orig_tp; in tcf_classify()