Searched refs:pth_pid (Results 1 – 2 of 2) sorted by relevance
112 pid_t pth_pid; /* process ID */ member173 pid_t pth_pid; /* process ID */ member207 (pktap_v2_hdr_dst)->pth_pid = (pktap_header_src)->pth_pid; \
772 hdr->pth_pid = soprocinfo->spi_pid; in pktap_set_procinfo()820 pktap_v2_hdr->pth_pid = soprocinfo->spi_pid; in pktap_v2_set_procinfo()915 hdr->pth_pid = m->m_pkthdr.tx_tcp_pid; in pktap_fill_proc_info()918 hdr->pth_pid = m->m_pkthdr.tx_udp_pid; in pktap_fill_proc_info()921 hdr->pth_pid = m->m_pkthdr.tx_rawip_pid; in pktap_fill_proc_info()925 if (hdr->pth_pid != 0 && hdr->pth_pid != -1) { in pktap_fill_proc_info()926 proc_name(hdr->pth_pid, hdr->pth_comm, MAXCOMLEN); in pktap_fill_proc_info()928 hdr->pth_pid = -1; in pktap_fill_proc_info()1093 hdr->pth_pid = -1; in pktap_fill_proc_info()1392 hdr->pth_pid = pid; in pktap_bpf_tap_packet()[all …]