Searched refs:VLAN (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh19 echo "Testing XDP + TC eBPF VLAN manipulations: $TESTNAME"
162 # NOTICE: XDP require VLAN header inside packet payload
163 # - Thus, disable VLAN offloading driver features
164 # - For veth REMEMBER TX side VLAN-offload
181 # In ns2/veth2 create VLAN device
182 export VLAN=4011
184 ip netns exec ${NS2} ip link add link $DEVNS2 name $DEVNS2.$VLAN type vlan id $VLAN
185 ip netns exec ${NS2} ip addr add ${IPADDR2}/24 dev $DEVNS2.$VLAN
187 ip netns exec ${NS2} ip link set $DEVNS2.$VLAN u
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c36 #define VLAN 5 macro
133 bpf_tail_call_static(skb, &jmp_table, VLAN);
404 PROG(VLAN)(struct __sk_buff *skb) function
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wqe.h246 RQ_CQE_SGE_GET(vlan_len, VLAN)
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c855 BE_WRB_F_SET(wrb_params->features, VLAN, 1);
884 /* Hack to skip HW VLAN tagging needs evt = 1, compl = 0. When this
890 BE_WRB_F_GET(wrb_params->features, VLAN));
1064 * skip VLAN insertion
1077 /* Insert the outer VLAN, if any */
1132 * incorrecly when VLAN tag is inserted by HW.
1145 /* If vlan tag is already inlined in the packet, skip HW VLAN
1152 /* HW has a bug wherein it will calculate CSUM for VLAN
1154 * Manually insert VLAN in pkt.
1163 /* HW may lockup when VLAN H
[all...]

Completed in 252 milliseconds