Searched refs:ovs_ct_fill_key (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | conntrack.h | 28 void ovs_ct_fill_key(const struct sk_buff *skb, struct sw_flow_key *key); 76 static inline void ovs_ct_fill_key(const struct sk_buff *skb, in ovs_ct_fill_key() function
|
H A D | flow.c | 903 ovs_ct_fill_key(skb, key); /* Must be after key_extract(). */ in ovs_flow_key_extract()
|
H A D | conntrack.c | 274 void ovs_ct_fill_key(const struct sk_buff *skb, struct sw_flow_key *key) in ovs_ct_fill_key() function 1328 ovs_ct_fill_key(skb, key); in ovs_ct_clear()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | conntrack.h | 28 void ovs_ct_fill_key(const struct sk_buff *skb, struct sw_flow_key *key, 77 static inline void ovs_ct_fill_key(const struct sk_buff *skb, in ovs_ct_fill_key() function
|
H A D | conntrack.c | 278 void ovs_ct_fill_key(const struct sk_buff *skb, in ovs_ct_fill_key() function 1054 ovs_ct_fill_key(skb, key, false); in ovs_ct_clear()
|
H A D | flow.c | 1060 ovs_ct_fill_key(skb, key, post_ct); /* Must be after key_extract(). */ in ovs_flow_key_extract()
|
Completed in 9 milliseconds