Home
last modified time | relevance | path

Searched refs:unparsed (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1555 static bool vxlan_remcsum(struct vxlanhdr *unparsed, in vxlan_remcsum() argument
1560 if (!(unparsed->vx_flags & VXLAN_HF_RCO) || skb->remcsum_offload) in vxlan_remcsum()
1563 start = vxlan_rco_start(unparsed->vx_vni); in vxlan_remcsum()
1564 offset = start + vxlan_rco_offset(unparsed->vx_vni); in vxlan_remcsum()
1572 unparsed->vx_flags &= ~VXLAN_HF_RCO; in vxlan_remcsum()
1573 unparsed->vx_vni &= VXLAN_VNI_MASK; in vxlan_remcsum()
1577 static void vxlan_parse_gbp_hdr(struct vxlanhdr *unparsed, in vxlan_parse_gbp_hdr() argument
1581 struct vxlanhdr_gbp *gbp = (struct vxlanhdr_gbp *)unparsed; in vxlan_parse_gbp_hdr()
1584 if (!(unparsed->vx_flags & VXLAN_HF_GBP)) in vxlan_parse_gbp_hdr()
1604 unparsed->vx_flags &= ~VXLAN_GBP_USED_BITS; in vxlan_parse_gbp_hdr()
[all …]
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake425 "HunterGate unparsed arguments: ${HUNTER_GATE_UNPARSED_ARGUMENTS}"
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst279 - The RDS data is passed as unparsed RDS blocks.