Searched refs:vector_private (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/um/drivers/ |
| D | vector_transports.c | 67 struct sk_buff *skb, struct vector_private *vp) in l2tpv3_form_header() 97 struct sk_buff *skb, struct vector_private *vp) in gre_form_header() 115 struct sk_buff *skb, struct vector_private *vp) in raw_form_header() 131 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in l2tpv3_verify_header() 166 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in gre_verify_header() 197 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in raw_verify_header() 241 static int build_gre_transport_data(struct vector_private *vp) in build_gre_transport_data() 302 static int build_l2tpv3_transport_data(struct vector_private *vp) in build_l2tpv3_transport_data() 400 static int build_raw_transport_data(struct vector_private *vp) in build_raw_transport_data() 421 static int build_hybrid_transport_data(struct vector_private *vp) in build_hybrid_transport_data() [all …]
|
| D | vector_kern.c | 102 static void vector_reset_stats(struct vector_private *vp) in vector_reset_stats() 268 static int prep_msg(struct vector_private *vp, in prep_msg() 311 struct vector_private *vp = netdev_priv(qi->dev); in vector_enqueue() 385 struct vector_private *vp = netdev_priv(qi->dev); in vector_send() 463 struct vector_private *vp = netdev_priv(qi->dev); in destroy_queue() 500 struct vector_private *vp, in create_queue() 595 struct vector_private *vp, in prep_skb() 654 struct vector_private *vp = netdev_priv(qi->dev); in prep_queue_for_rx() 775 struct vector_private *vp; in vector_remove() 816 static int vector_legacy_rx(struct vector_private *vp) in vector_legacy_rx() [all …]
|
| D | vector_kern.h | 68 struct vector_private { struct 109 struct sk_buff *skb, struct vector_private *vp); argument 111 struct sk_buff *skb, struct vector_private *vp); argument 129 extern int build_transport_data(struct vector_private *vp); argument
|