Home
last modified time | relevance | path

Searched refs:sw_flow_key (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dconntrack.h20 const struct sw_flow_key *, struct sw_flow_actions **,
24 int ovs_ct_execute(struct net *, struct sk_buff *, struct sw_flow_key *,
26 int ovs_ct_clear(struct sk_buff *skb, struct sw_flow_key *key);
30 int ovs_ct_put_key(const struct sw_flow_key *swkey,
31 const struct sw_flow_key *output, struct sk_buff *skb);
51 const struct sw_flow_key *key, in ovs_ct_copy_action()
64 struct sw_flow_key *key, in ovs_ct_execute()
72 struct sw_flow_key *key) in ovs_ct_clear()
78 struct sw_flow_key *key, in ovs_ct_fill_key()
91 static inline int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key()
[all …]
H A Dflow.h53 (sizeof_field(struct sw_flow_key, tun_opts) - opt_len)
67 (offsetof(struct sw_flow_key, recirc_id) + \
68 sizeof_field(struct sw_flow_key, recirc_id))
75 struct sw_flow_key { struct
187 struct sw_flow_key key;
191 struct sw_flow_key *key;
202 struct sw_flow_key *unmasked_key;
230 struct sw_flow_key key;
256 static inline u8 ovs_key_mac_proto(const struct sw_flow_key *key) in ovs_key_mac_proto()
292 struct sw_flow_key *key);
[all …]
H A Dflow_netlink.h30 struct sw_flow_key *key, bool reset_key,
33 int ovs_nla_put_key(const struct sw_flow_key *, const struct sw_flow_key *,
39 u64 attrs, struct sw_flow_key *key, bool log);
54 const struct sw_flow_key *key, bool log);
58 const struct sw_flow_key *key,
H A Dactions.c43 struct sw_flow_key pkt_key;
83 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key()
87 struct sw_flow_key *key = NULL; in clone_key()
156 struct sw_flow_key *key,
162 struct sw_flow_key *key,
854 struct sw_flow_key *key) in ovs_fragment()
917 struct sw_flow_key *key) in do_output()
1199 struct sw_flow_key *key, in execute_recirc()
1218 struct sw_flow_key *key, in execute_check_pkt_len()
1530 struct sw_flow_key *clone; in clone_execute()
[all …]
H A Dflow_table.h94 const struct sw_flow_key *,
99 const struct sw_flow_key *);
107 void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src,
H A Dflow_table.c53 void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src, in ovs_flow_mask_key()
648 static u32 flow_hash(const struct sw_flow_key *key, in flow_hash()
668 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key()
669 const struct sw_flow_key *key2, in cmp_key()
684 const struct sw_flow_key *key, in flow_cmp_masked_key()
693 struct sw_flow_key *key = match->key; in ovs_flow_cmp_unmasked_key()
702 const struct sw_flow_key *unmasked, in masked_flow_lookup()
709 struct sw_flow_key masked_key; in masked_flow_lookup()
733 const struct sw_flow_key *key, in flow_lookup()
787 const struct sw_flow_key *key, in ovs_flow_tbl_lookup_stats()
[all …]
H A Dconntrack.c109 static u16 key_to_nfproto(const struct sw_flow_key *key) in key_to_nfproto()
184 static void __ovs_ct_update_key_orig_tp(struct sw_flow_key *key, in __ovs_ct_update_key_orig_tp()
244 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key()
284 struct sw_flow_key *key, in ovs_ct_fill_key()
290 int ovs_ct_put_key(const struct sw_flow_key *swkey, in ovs_ct_put_key()
291 const struct sw_flow_key *output, struct sk_buff *skb) in ovs_ct_put_key()
534 const struct sw_flow_key *key, in ovs_ct_executed()
562 const struct sw_flow_key *key, in skb_nfct_cached()
615 static void ovs_nat_update_key(struct sw_flow_key *key, in ovs_nat_update_key()
1014 struct sw_flow_key *key, in ovs_ct_execute()
[all …]
H A Ddatapath.h256 void ovs_dp_process_packet(struct sk_buff *skb, struct sw_flow_key *key);
259 const struct sw_flow_key *, const struct dp_upcall_info *,
269 const struct sw_flow_actions *, struct sw_flow_key *);
H A Dflow.c385 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
486 static void clear_vlan(struct sw_flow_key *key) in clear_vlan()
494 static int parse_vlan(struct sk_buff *skb, struct sw_flow_key *key) in parse_vlan()
554 static int parse_icmpv6(struct sk_buff *skb, struct sw_flow_key *key, in parse_icmpv6()
629 static int parse_nsh(struct sk_buff *skb, struct sw_flow_key *key) in parse_nsh()
683 static int key_extract_l3l4(struct sk_buff *skb, struct sw_flow_key *key) in key_extract_l3l4()
915 static int key_extract(struct sk_buff *skb, struct sw_flow_key *key) in key_extract()
971 int ovs_flow_key_update_l3l4(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update_l3l4()
976 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update()
1002 struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_extract()
[all …]
H A Dmeter.h61 struct sw_flow_key *key, u32 meter_id);
H A Dflow_netlink.c1911 struct sw_flow_key *new_key; in ovs_nla_get_identifier()
2546 const struct sw_flow_key *key,
2553 const struct sw_flow_key *key, in validate_and_copy_sample()
2680 const struct sw_flow_key *key, in validate_and_copy_clone()
2715 struct sw_flow_key *key, in ovs_match_init()
2764 struct sw_flow_key key; in validate_and_copy_set_tun()
2845 struct sw_flow_key key; in validate_nsh()
2869 const struct sw_flow_key *flow_key, in validate_set()
3070 const struct sw_flow_key *key, in validate_and_copy_check_pkt_len()
3162 const struct sw_flow_key *key, in __ovs_nla_copy_actions()
[all …]
H A Dopenvswitch_trace.h15 struct sw_flow_key *key, const struct nlattr *a, int rem),
85 const struct sw_flow_key *key,
H A Ddatapath.c129 const struct sw_flow_key *,
133 const struct sw_flow_key *,
311 const struct sw_flow_key *key, in ovs_dp_upcall()
353 struct sw_flow_key later_key; in queue_gso_packets()
433 const struct sw_flow_key *key, in queue_userspace_packet()
975 struct sw_flow_key *key; in ovs_flow_cmd_new()
1145 struct sw_flow_key masked_key; in get_flow_actions()
1175 struct sw_flow_key *key, in ovs_nla_init_match_and_action()
1218 struct sw_flow_key key; in ovs_flow_cmd_set()
1320 struct sw_flow_key key; in ovs_flow_cmd_get()
[all …]
H A Dvport.c497 struct sw_flow_key key; in ovs_vport_receive()
H A Dmeter.c593 struct sw_flow_key *key, u32 meter_id) in ovs_meter_execute()