Home
last modified time | relevance | path

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

/trueos/sys/net/
HDbpfdesc.h96 pid_t bd_pid; /* PID which created descriptor */ member
115 #define BPF_PID_REFRESH(bd, td) (bd)->bd_pid = (td)->td_proc->p_pid
116 #define BPF_PID_REFRESH_CUR(bd) (bd)->bd_pid = curthread->td_proc->p_pid
140 pid_t bd_pid; member
HDbpf.c638 __func__, d->bd_pid, d->bd_writer ? "writer" : "active"); in bpf_attachd()
680 CTR2(KTR_NET, "%s: upgrade required by pid %d", __func__, d->bd_pid); in bpf_upgraded()
703 CTR2(KTR_NET, "%s: detach required by pid %d", __func__, d->bd_pid); in bpf_detachd_locked()
1815 __func__, d->bd_pid, d->bd_writer, need_upgrade); in bpf_setf()
2743 d->bd_pid = bd->bd_pid; in bpfstats_fill_xbpf()
/trueos/usr.bin/netstat/
HDbpf.c134 pname = bpf_pidname(d->bd_pid); in bpf_stats()
136 d->bd_pid, d->bd_ifname, flagbuf, in bpf_stats()