Searched refs:eh_type (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/sys/net/
H A Diflib.c2534 uint16_t eh_type; local
2537 eh_type = ntohs(eh->ether_type);
2538 switch (eh_type) {
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2297 uint16_t eh_type; local
2346 eh_type = ntohs(eh->ether_type);
2347 if (eh_type == ETHERTYPE_VLAN) {
2350 eh_type = ntohs(evh->evl_proto);
2358 switch (eh_type) {
2382 __func__, eh_type);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c131 uint16_t eh_type; local
141 eh_type = ntohs(eh->ether_type);
150 switch (eh_type) {
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c3786 u16 vtag = 0, eh_type; local
3805 eh_type = eh->evl_proto;
3808 eh_type = eh->evl_encap_proto;
3811 switch (ntohs(eh_type)) {
3843 ntohs(eh_type));
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c879 u16 vtag = 0, eh_type; local
888 eh_type = eh->evl_proto;
891 eh_type = eh->evl_encap_proto;
894 switch (ntohs(eh_type)) {
924 __func__, ntohs(eh_type));
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c203 switch (le->eh_type) {
294 switch (le->eh_type) {
590 uint16_t eh_type, tcp_data_len; local
596 eh_type = ntohs(eh->ether_type);
597 switch (eh_type) {
698 if (le->eh_type != eh_type)
703 switch (eh_type) {
834 switch (eh_type) {
840 le->eh_type
[all...]
H A Dtcp_lro.h59 uint16_t eh_type; /* EthernetHeader type. */ member in struct:lro_entry
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2641 uint16_t eh_type; local
2646 eh_type = evh->evl_proto;
2648 eh_type = eh->ether_type;
2651 eh_type == htons(ETHERTYPE_IP)) {
2656 eh_type == htons(ETHERTYPE_IPV6)) {
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile61 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile17 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.am59 eh_type.cc \
H A DMakefile.in72 eh_throw.cc eh_type.cc eh_unex_handler.cc guard.cc \
78 eh_term_handler.lo eh_terminate.lo eh_throw.lo eh_type.lo \
90 eh_terminate.cc eh_throw.cc eh_type.cc eh_unex_handler.cc \
336 eh_type.cc \

Completed in 317 milliseconds