Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbpfdesc.h97 pid_t bd_pid; /* PID which created descriptor */ member
119 #define BPF_PID_REFRESH(bd, td) (bd)->bd_pid = (td)->td_proc->p_pid
120 #define BPF_PID_REFRESH_CUR(bd) (bd)->bd_pid = curthread->td_proc->p_pid
141 pid_t bd_pid; member
H A Dbpf.c771 __func__, d->bd_pid, d->bd_writer ? "writer" : "active"); in bpf_attachd()
834 __func__, d->bd_pid, d->bd_writer, in bpf_check_upgrade()
859 CTR2(KTR_NET, "%s: detach required by pid %d", __func__, d->bd_pid); in bpf_detachd_locked()
2061 __func__, d->bd_pid); in bpf_setf()
3066 d->bd_pid = bd->bd_pid; in bpfstats_fill_xbpf()
/freebsd/usr.bin/netstat/
H A Dbpf.c151 pname = bpf_pidname(d->bd_pid); in bpf_stats()
153 d->bd_pid, d->bd_ifname); in bpf_stats()