Home
last modified time | relevance | path

Searched refs:utag (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pppoe.c1680 utag = get_tag(ph, PTT_HOST_UNIQ); in ng_pppoe_rcvdata_ether()
1681 if (utag == NULL) { in ng_pppoe_rcvdata_ether()
1687 sendhook = pppoe_finduniq(node, utag); in ng_pppoe_rcvdata_ether()
1765 utag = get_tag(ph, PTT_AC_COOKIE); in ng_pppoe_rcvdata_ether()
1766 if ((utag == NULL) || in ng_pppoe_rcvdata_ether()
1767 (ntohs(utag->tag_len) != sizeof(sp))) { in ng_pppoe_rcvdata_ether()
1771 sendhook = pppoe_findcookie(node, utag); in ng_pppoe_rcvdata_ether()
1808 insert_tag(sp, utag); /* ac_cookie */ in ng_pppoe_rcvdata_ether()
1846 utag = get_tag(ph, PTT_HOST_UNIQ); in ng_pppoe_rcvdata_ether()
1847 if (utag == NULL) { in ng_pppoe_rcvdata_ether()
[all …]
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h362 uint64_t utag : 1; member
421 uint64_t utag : 1;
533 pki_ih3->utag = 0; in lio_prepare_pci_cmd()
H A Dlio_rxtx.c1137 pki_ih3->utag = 1; in lio_prepare_soft_command()