Home
last modified time | relevance | path

Searched refs:BR_STP_PROG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_stp_if.c130 char *argv[] = { BR_STP_PROG, br->dev->name, arg, NULL }; in br_stp_call_user()
135 rc = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_call_user()
138 br_debug(br, BR_STP_PROG " received signal %d\n", in br_stp_call_user()
141 br_debug(br, BR_STP_PROG " exited with code %d\n", in br_stp_call_user()
H A Dbr_private.h54 #define BR_STP_PROG "/sbin/bridge-stp" macro