Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_llatbl.c690 u_int laflags = 0; in lla_rt_output() local
720 laflags = 0; in lla_rt_output()
722 laflags = LLE_STATIC; in lla_rt_output()
723 lle = lltable_alloc_entry(llt, laflags, dst); in lla_rt_output()
737 laflags = lle->la_flags; in lla_rt_output()
773 if ((laflags & LLE_PUB) && dst->sa_family == AF_INET) in lla_rt_output()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_debug.c518 rx->laflags, rx->lbflags, rx->lcflags); in otx2_nix_cqe_dump()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_nix.h984 uint64_t laflags : 8; member