HomeSort by: relevance | last modified time | path
    Searched defs:lpp_active (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/lagg/
if_laggproto.c 95 bool lpp_active; member in struct:lagg_proto_port
232 if (atomic_load_relaxed(&pport->lpp_active)) {
240 if (atomic_load_relaxed(&pport->lpp_active)) {
362 if (pport->lpp_active) {
371 pport->lpp_active = false;
405 pport->lpp_active == is_active) {
411 pport->lpp_active = is_active;
539 if (pport->lpp_active) {
747 if (pport->lpp_active) {
765 if (pport->lpp_active) {
    [all...]
if_laggproto.c 95 bool lpp_active; member in struct:lagg_proto_port
232 if (atomic_load_relaxed(&pport->lpp_active)) {
240 if (atomic_load_relaxed(&pport->lpp_active)) {
362 if (pport->lpp_active) {
371 pport->lpp_active = false;
405 pport->lpp_active == is_active) {
411 pport->lpp_active = is_active;
539 if (pport->lpp_active) {
747 if (pport->lpp_active) {
765 if (pport->lpp_active) {
    [all...]

Completed in 21 milliseconds