Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dpktgen.c2810 __be16 *svlan_encapsulated_proto = NULL; /* packet type ID field (or len) for SVLAN tag */ in fill_packet_ipv4() local
2848 svlan_encapsulated_proto = (__be16 *)skb_put(skb, sizeof(__be16)); in fill_packet_ipv4()
2849 *svlan_encapsulated_proto = htons(ETH_P_8021Q); in fill_packet_ipv4()
2939 __be16 *svlan_encapsulated_proto = NULL; /* packet type ID field (or len) for SVLAN tag */ in fill_packet_ipv6() local
2975 svlan_encapsulated_proto = (__be16 *)skb_put(skb, sizeof(__be16)); in fill_packet_ipv6()
2976 *svlan_encapsulated_proto = htons(ETH_P_8021Q); in fill_packet_ipv6()