OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evl_encap_proto
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/net/
if_vlanvar.h
69
uint16_t
evl_encap_proto
;
member in struct:ether_vlan_header
if_ethersubr.c
992
evl.evl_proto = evl.
evl_encap_proto
;
993
evl.
evl_encap_proto
= htons(ETHERTYPE_VLAN);
1826
evl->evl_proto = evl->
evl_encap_proto
;
1827
evl->
evl_encap_proto
= htons(etype);
1869
KASSERT(ntohs(evl->
evl_encap_proto
) == ETHERTYPE_VLAN);
1878
evl->
evl_encap_proto
= evl->evl_proto;
1886
offsetof(struct ether_vlan_header,
evl_encap_proto
));
/src/sys/dev/pci/ixgbe/
if_fdir.c
100
if (eh->
evl_encap_proto
== htons(ETHERTYPE_VLAN)) {
105
etype = eh->
evl_encap_proto
;
ix_txrx.c
884
if (eh->
evl_encap_proto
== htons(ETHERTYPE_VLAN)) {
889
etype = ntohs(eh->
evl_encap_proto
);
1015
if (eh->
evl_encap_proto
== htons(ETHERTYPE_VLAN)) {
1020
eh_type = eh->
evl_encap_proto
;
/src/sys/dev/hyperv/
if_hvn.c
1489
if (evl->
evl_encap_proto
== htons(ETHERTYPE_VLAN)) {
1701
evl.
evl_encap_proto
= htons(ETHERTYPE_VLAN);
4839
evl->
evl_encap_proto
= htons(ETHERTYPE_VLAN);
/src/sys/dev/pci/
if_ena.c
2706
if (eh->
evl_encap_proto
== htons(ETHERTYPE_VLAN)) {
2710
etype = htons(eh->
evl_encap_proto
);
if_mcx.c
7869
evh->evl_proto = evh->
evl_encap_proto
;
7870
evh->
evl_encap_proto
= htons(ETHERTYPE_VLAN);
/src/sys/dev/pci/igc/
if_igc.c
3220
if (evl->
evl_encap_proto
== htons(ETHERTYPE_VLAN)) {
3226
ehtype = evl->
evl_encap_proto
;
Completed in 31 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025