Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_lro.c219 switch (le->eh_type) { in tcp_lro_get_th()
298 switch (le->eh_type) { in tcp_lro_rx_csum_fixup()
596 switch (le->eh_type) { in tcp_set_le_to_m()
888 switch (le->eh_type) { in tcp_lro_flush()
1164 switch (eh_type) { in tcp_lro_rx2()
1256 switch (eh_type) { in tcp_lro_rx2()
1284 if (le->eh_type != eh_type) in tcp_lro_rx2()
1289 switch (eh_type) { in tcp_lro_rx2()
1346 switch (eh_type) { in tcp_lro_rx2()
1352 le->eh_type = eh_type; in tcp_lro_rx2()
[all …]
H A Dtcp_lro.h64 uint16_t eh_type; /* EthernetHeader type. */ member