Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dpktgen.c2870 __be16 *svlan_tci = NULL; /* Encapsulates priority and SVLAN ID */ in fill_packet_ipv4() local
2903 svlan_tci = skb_put(skb, sizeof(__be16)); in fill_packet_ipv4()
2904 *svlan_tci = build_tci(pkt_dev->svlan_id, in fill_packet_ipv4()
2998 __be16 *svlan_tci = NULL; /* Encapsulates priority and SVLAN ID */ in fill_packet_ipv6() local
3031 svlan_tci = skb_put(skb, sizeof(__be16)); in fill_packet_ipv6()
3032 *svlan_tci = build_tci(pkt_dev->svlan_id, in fill_packet_ipv6()