Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sfxge/
H A Dsfxge_rx.c136 #define SFXGE_LRO_CONN_IS_VLAN_ENCAP(c) ((c)->l2_id & SFXGE_LRO_L2_ID_VLAN)
137 #define SFXGE_LRO_CONN_IS_TCPIPV4(c) (!((c)->l2_id & SFXGE_LRO_L2_ID_IPV6))
630 uint16_t l2_id, void *nh, struct tcphdr *th) in sfxge_lro_new_conn() argument
654 c->l2_id = l2_id; in sfxge_lro_new_conn()
678 uint16_t l2_id; in sfxge_lro() local
693 l2_id = EVL_VLANOFTAG(ntohs(veh->evl_tag)) | in sfxge_lro()
698 l2_id = 0; in sfxge_lro()
721 l2_id |= SFXGE_LRO_L2_ID_IPV6; in sfxge_lro()
730 if ((c->l2_id - l2_id) | (c->conn_hash - conn_hash)) in sfxge_lro()
770 sfxge_lro_new_conn(&rxq->lro, conn_hash, l2_id, nh, th); in sfxge_lro()
H A Dsfxge_rx.h84 uint16_t l2_id; member