Home
last modified time | relevance | path

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

/dragonfly/sys/net/bridge/
HDbridgestp.c1140 KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT); in bstp_initialization()
1229 KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT); in bstp_stop()
1419 lwkt_sendmsg_oncpu(BRIDGE_CFGPORT, lmsg); in bstp_tick()
1430 KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT); in bstp_tick_handler()
HDif_bridgevar.h385 #define BRIDGE_CFGPORT netisr_cpuport(BRIDGE_CFGCPU) macro
HDif_bridge.c824 lwkt_domsg(BRIDGE_CFGPORT, &msg.lmsg, 0); in bridge_clone_destroy()
1930 lwkt_domsg(BRIDGE_CFGPORT, &msg.lmsg, 0); in bridge_ifdetach()
3601 lwkt_sendmsg_oncpu(BRIDGE_CFGPORT, &msg->lmsg); in bridge_timer()
3611 KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT); in bridge_timer_handler()
4516 error = lwkt_domsg(BRIDGE_CFGPORT, &bc_msg.base.lmsg, 0); in bridge_control()