Searched defs:vni_field (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | vxlan.h | 345 static inline __be32 vxlan_vni(__be32 vni_field) in vxlan_vni() argument 363 static inline size_t vxlan_rco_start(__be32 vni_field) in vxlan_rco_start() argument 368 static inline size_t vxlan_rco_offset(__be32 vni_field) in vxlan_rco_offset() argument 377 __be32 vni_field = cpu_to_be32(start >> VXLAN_RCO_SHIFT); in vxlan_compute_rco() local [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | vxlan.h | 404 static inline __be32 vxlan_vni(__be32 vni_field) in vxlan_vni() argument 422 static inline size_t vxlan_rco_start(__be32 vni_field) in vxlan_rco_start() argument 427 static inline size_t vxlan_rco_offset(__be32 vni_field) in vxlan_rco_offset() argument 436 __be32 vni_field = cpu_to_be32(start >> VXLAN_RCO_SHIFT); in vxlan_compute_rco() local [all...] |
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 758 vxlan_gro_remcsum(struct sk_buff *skb, unsigned int off, struct vxlanhdr *vh, size_t hdrlen, __be32 vni_field, struct gro_remcsum *grc, bool nopartial) vxlan_gro_remcsum() argument
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 652 vxlan_gro_remcsum(struct sk_buff *skb, unsigned int off, struct vxlanhdr *vh, size_t hdrlen, __be32 vni_field, struct gro_remcsum *grc, bool nopartial) vxlan_gro_remcsum() argument
|
Completed in 14 milliseconds