Searched refs:phd (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c169 struct pcap_pkthdr phd; local
297 (void) gettimeofday(&(phd.ts), NULL);
298 phd.caplen = phd.len = nr;
299 pcap_dump((u_char *)dp, &phd, buf);
/freebsd-12-stable/sys/netinet/
H A Din_pcb.c1618 struct inpcbport *phd; local
1620 phd = __containerof(ctx, struct inpcbport, phd_epoch_ctx);
1621 free(phd, M_PCB);
1739 struct inpcbport *phd = inp->inp_phd; local
1745 if (CK_LIST_FIRST(&phd->phd_pcblist) == NULL) {
1746 CK_LIST_REMOVE(phd, phd_hash);
1747 epoch_call(net_epoch_preempt, &phd->phd_epoch_ctx, inpcbport_free);
1939 struct inpcbport *phd; local
1949 CK_LIST_FOREACH(phd, porthash, phd_hash) {
1950 if (phd
2557 struct inpcbport *phd; local
2709 struct inpcbport *phd = inp->inp_phd; local
[all...]
/freebsd-12-stable/sys/netinet6/
H A Din6_pcb.c758 struct inpcbport *phd; local
768 CK_LIST_FOREACH(phd, porthash, phd_hash) {
769 if (phd->phd_port == lport)
772 if (phd != NULL) {
777 CK_LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 114 milliseconds