HomeSort by relevance Sort by last modified time
    Searched refs:veth (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
if_vlan.h 209 struct vlan_ethhdr *veth; local
215 veth = (struct vlan_ethhdr *)skb_push(skb, VLAN_HLEN);
222 veth->h_vlan_proto = htons(ETH_P_8021Q);
225 veth->h_vlan_TCI = htons(vlan_tci);
274 struct vlan_ethhdr *veth = (struct vlan_ethhdr *)skb->data; local
276 if (veth->h_vlan_proto != htons(ETH_P_8021Q)) {
280 *vlan_tci = ntohs(veth->h_vlan_TCI);
  /external/iproute2/ip/
link_veth.c 2 * link_veth.c veth driver module
15 #include <linux/veth.h>
22 printf("Usage: ip link <options> type veth "
62 .id = "veth",

Completed in 49 milliseconds