Searched refs:bd_pid (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | bpfdesc.h | 100 pid_t bd_pid; /* PID which created descriptor */ member 122 #define BPF_PID_REFRESH(bd, td) (bd)->bd_pid = (td)->td_proc->p_pid 123 #define BPF_PID_REFRESH_CUR(bd) (bd)->bd_pid = curthread->td_proc->p_pid 144 pid_t bd_pid; member
|
| H A D | bpf.c | 760 __func__, d->bd_pid, d->bd_writer ? "writer" : "active"); in bpf_attachd() 823 __func__, d->bd_pid, d->bd_writer, in bpf_check_upgrade() 848 CTR2(KTR_NET, "%s: detach required by pid %d", __func__, d->bd_pid); in bpf_detachd_locked() 2030 __func__, d->bd_pid); in bpf_setf() 2923 d->bd_pid = bd->bd_pid; in bpfstats_fill_xbpf()
|
| /f-stack/tools/compat/include/net/ |
| H A D | bpfdesc.h | 99 pid_t bd_pid; /* PID which created descriptor */ member 121 #define BPF_PID_REFRESH(bd, td) (bd)->bd_pid = (td)->td_proc->p_pid 122 #define BPF_PID_REFRESH_CUR(bd) (bd)->bd_pid = curthread->td_proc->p_pid 143 pid_t bd_pid; member
|
| /f-stack/tools/netstat/ |
| H A D | bpf.c | 155 pname = bpf_pidname(d->bd_pid); in bpf_stats() 157 d->bd_pid, d->bd_ifname); in bpf_stats()
|