Home
last modified time | relevance | path

Searched refs:lp_flags (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dstream.h42 unsigned char *lp_flags; /* Current entry flags pointer. */ member
H A Dt_stream.c600 si->lp_flags = si->lp_ele; in streamIteratorGetID()
709 int flags = lpGetInteger(si->lp_flags); in streamIteratorRemoveEntry()
711 lp = lpReplaceInteger(lp,&si->lp_flags,flags); in streamIteratorRemoveEntry()
/f-stack/freebsd/net/
H A Dieee8023ad_lacp.c921 lp->lp_flags |= LACP_PORT_MARK; in lacp_suppress_distributing()
1903 lp->lp_flags &= ~LACP_PORT_NTT; in lacp_sm_tx()
1906 if (!(lp->lp_flags & LACP_PORT_NTT)) { in lacp_sm_tx()
1924 lp->lp_flags &= ~LACP_PORT_NTT; in lacp_sm_tx()
1935 lp->lp_flags |= LACP_PORT_NTT; in lacp_sm_assert_ntt()
2021 lp->lp_flags &= ~LACP_PORT_MARK; in lacp_marker_input()
2026 if (lp2->lp_flags & LACP_PORT_MARK) { in lacp_marker_input()
H A Dif_lagg.h273 uint32_t lp_flags; /* port flags */ member
H A Dieee8023ad_lacp.h228 int lp_flags; member
H A Dif_lagg.c808 lp->lp_flags |= LAGG_PORT_STACK; in lagg_port_create()
900 if (lp->lp_flags & LAGG_PORT_STACK) { in lagg_port_checkstacking()
1178 rp->rp_flags = lp->lp_flags; in lagg_port2req()