Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp_if.c129 char *envp[] = { NULL }; in br_stp_start() local
132 r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_start()
161 char *envp[] = { NULL }; in br_stp_stop() local
164 r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_stop()
/net/netfilter/
Dxt_IDLETIMER.c123 char *envp[] = { iface_msg, state_msg, timestamp_msg, uid_msg, NULL }; in notify_netlink_uevent() local
165 kobject_uevent_env(idletimer_tg_kobj, KOBJ_CHANGE, envp); in notify_netlink_uevent()