Searched refs:orig_tp (Results 1 – 4 of 4) sorted by relevance
/linux/net/openvswitch/ |
H A D | conntrack.c | 190 key->ct.orig_tp.src = htons(orig->dst.u.icmp.type); in __ovs_ct_update_key_orig_tp() 191 key->ct.orig_tp.dst = htons(orig->dst.u.icmp.code); in __ovs_ct_update_key_orig_tp() 193 key->ct.orig_tp.src = orig->src.u.all; in __ovs_ct_update_key_orig_tp() 194 key->ct.orig_tp.dst = orig->dst.u.all; in __ovs_ct_update_key_orig_tp() 316 orig.src_port = output->ct.orig_tp.src; in ovs_ct_put_key() 317 orig.dst_port = output->ct.orig_tp.dst; in ovs_ct_put_key() 331 orig.src_port = output->ct.orig_tp.src; in ovs_ct_put_key() 332 orig.dst_port = output->ct.orig_tp.dst; in ovs_ct_put_key()
|
H A D | flow.h | 162 } orig_tp; member
|
H A D | flow_netlink.c | 1269 SW_FLOW_KEY_PUT(match, ct.orig_tp.src, ct->src_port, is_mask); in metadata_from_nlattrs() 1270 SW_FLOW_KEY_PUT(match, ct.orig_tp.dst, ct->dst_port, is_mask); in metadata_from_nlattrs() 1285 SW_FLOW_KEY_PUT(match, ct.orig_tp.src, ct->src_port, is_mask); in metadata_from_nlattrs() 1286 SW_FLOW_KEY_PUT(match, ct.orig_tp.dst, ct->dst_port, is_mask); in metadata_from_nlattrs()
|
/linux/net/sched/ |
H A D | cls_api.c | 1714 const struct tcf_proto *orig_tp, in __tcf_classify() argument 1768 first_tp = orig_tp; in __tcf_classify() 1818 const struct tcf_proto *orig_tp = tp; in tcf_classify() 1860 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, n, act_index, in tcf_classify()
|