Home
last modified time | relevance | path

Searched refs:batadv_unicast (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c649 * &struct batadv_unicast packets are actually processed because they contain an
653 * Return: FLOW_DISSECT_RET_PROTO_AGAIN when &struct batadv_unicast was found,
664 struct batadv_unicast_packet batadv_unicast; in __skb_flow_dissect_batadv() member
673 if (hdr->batadv_unicast.version != BATADV_COMPAT_VERSION) in __skb_flow_dissect_batadv()
676 if (hdr->batadv_unicast.packet_type != BATADV_UNICAST) in __skb_flow_dissect_batadv()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c761 * &struct batadv_unicast packets are actually processed because they contain an
765 * Return: FLOW_DISSECT_RET_PROTO_AGAIN when &struct batadv_unicast was found,
776 struct batadv_unicast_packet batadv_unicast; in __skb_flow_dissect_batadv() member
785 if (hdr->batadv_unicast.version != BATADV_COMPAT_VERSION) in __skb_flow_dissect_batadv()
788 if (hdr->batadv_unicast.packet_type != BATADV_UNICAST) in __skb_flow_dissect_batadv()

Completed in 5 milliseconds