Searched refs:orig_tp (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/openvswitch/ |
| D | conntrack.c | 181 key->ct.orig_tp.src = htons(orig->dst.u.icmp.type); in __ovs_ct_update_key_orig_tp() 182 key->ct.orig_tp.dst = htons(orig->dst.u.icmp.code); in __ovs_ct_update_key_orig_tp() 184 key->ct.orig_tp.src = orig->src.u.all; in __ovs_ct_update_key_orig_tp() 185 key->ct.orig_tp.dst = orig->dst.u.all; in __ovs_ct_update_key_orig_tp() 307 output->ct.orig_tp.src, in ovs_ct_put_key() 308 output->ct.orig_tp.dst, in ovs_ct_put_key() 318 output->ct.orig_tp.src, in ovs_ct_put_key() 319 output->ct.orig_tp.dst, in ovs_ct_put_key()
|
| D | flow.h | 145 } orig_tp; member
|
| D | flow_netlink.c | 1241 SW_FLOW_KEY_PUT(match, ct.orig_tp.src, ct->src_port, is_mask); in metadata_from_nlattrs() 1242 SW_FLOW_KEY_PUT(match, ct.orig_tp.dst, ct->dst_port, is_mask); in metadata_from_nlattrs() 1257 SW_FLOW_KEY_PUT(match, ct.orig_tp.src, ct->src_port, is_mask); in metadata_from_nlattrs() 1258 SW_FLOW_KEY_PUT(match, ct.orig_tp.dst, ct->dst_port, is_mask); in metadata_from_nlattrs()
|
| /Linux-v5.4/net/sched/ |
| D | cls_api.c | 1574 const struct tcf_proto *orig_tp = tp; in tcf_classify() local 1591 first_tp = orig_tp; in tcf_classify()
|