Home
last modified time | relevance | path

Searched defs:nest (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c115 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); in nla_put_rxsc_config() local
704 struct nlattr *nest; in macsec_drv_set_receive_lowest_pn() local
771 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local
897 struct nlattr *nest; in macsec_drv_create_receive_sa() local
956 struct nlattr *nest; in macsec_drv_delete_receive_sa() local
995 struct nlattr *nest; in set_active_rx_sa() local
1214 struct nlattr *nest; in macsec_drv_create_transmit_sa() local
1269 struct nlattr *nest; in macsec_drv_delete_transmit_sa() local
1305 struct nlattr *nest; in set_active_tx_sa() local
/freebsd/contrib/less/
H A Dbrac.c29 int nest; in match_brac() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h128 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { in nest() function
/freebsd/sys/netinet6/
H A Dip6_input.c476 int nest; in ip6_direct_input() local
531 int off = sizeof(struct ip6_hdr), nest; in ip6_input() local
/freebsd/sys/netipsec/
H A Dipsec_input.c593 int error, nest; in ipsec6_common_input_cb() local
/freebsd/sys/dev/hid/
H A Dhidbus.c82 int nest; /* Child attach nesting lvl */ member
/freebsd/contrib/unifdef/
H A Dunifdef.c667 nest(void) in nest() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h915 #define KMP_BIND_USER_LOCK_TEMPLATE(nest, kind, suffix) \ argument