Searched refs:in_pcblookup_hash_locked (Results 1 – 2 of 2) sorted by relevance
/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 71 syzkaller65.sh panic: in_pcblookup_hash_locked: invalid local address 20230318
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 139 static struct inpcb *in_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, 846 tmpinp = in_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest() 1150 } else if (in_pcblookup_hash_locked(inp->inp_pcbinfo, faddr, in in_pcbconnect() 2344 in_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcblookup_hash_locked() function 2387 inp = in_pcblookup_hash_locked(pcbinfo, faddr, fport, laddr, lport, in in_pcblookup_hash()
|