Searched refs:pth_ecomm (Results 1 – 2 of 2) sorted by relevance
783 strlcpy(&hdr->pth_ecomm[0], &soprocinfo->spi_e_proc_name[0], sizeof(hdr->pth_ecomm)); in pktap_set_procinfo()931 proc_name(hdr->pth_epid, hdr->pth_ecomm, MAXCOMLEN); in pktap_fill_proc_info()1400 strlcpy(hdr->pth_ecomm, epname, sizeof(hdr->pth_ecomm)); in pktap_bpf_tap_packet()1626 if (pktap_header->pth_ecomm[0] != 0) { in convert_to_pktap_header_to_v2()1631 strsize = 1 + strlcpy((char *)ptr, pktap_header->pth_ecomm, in convert_to_pktap_header_to_v2()
120 char pth_ecomm[MAXCOMLEN + 1]; /* effective command name */ member