Searched refs:INPLOOKUP_WLOCKPCB (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | in_pcb.h | 613 INPLOOKUP_WLOCKPCB = 0x00000004, /* Return inpcb write-locked. */ enumerator 618 INPLOOKUP_WLOCKPCB | INPLOOKUP_FIB) 619 #define INPLOOKUP_LOCKMASK (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)
|
| H A D | tcp_lro_hpts.c | 493 INPLOOKUP_WLOCKPCB, in tcp_lro_lookup() 504 INPLOOKUP_WLOCKPCB, in tcp_lro_lookup()
|
| H A D | in_pcb.c | 1539 MPASS(lock == INPLOOKUP_RLOCKPCB || lock == INPLOOKUP_WLOCKPCB); in _inp_smr_lock() 1995 struct inpcb_iterator inpi = INP_ITERATOR(pcbinfo, INPLOOKUP_WLOCKPCB, in in_pcbpurgeif0() 2462 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in_pcblookup_with_lock() 2492 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in_pcblookup_smr() 2957 INPLOOKUP_WLOCKPCB); in inp_apply_all() 3022 INPLOOKUP_WLOCKPCB); in sysctl_setsockopt()
|
| H A D | tcp_subr.c | 1363 INPLOOKUP_WLOCKPCB); in deregister_tcp_functions() 1412 INPLOOKUP_WLOCKPCB); in tcp_drain() 3139 th->th_sport, INPLOOKUP_WLOCKPCB, NULL); in tcp_ctlinput_with_port() 3323 &ip6->ip6_src, t_ports.th_sport, INPLOOKUP_WLOCKPCB, NULL); in tcp6_ctlinput_with_port() 3959 INPLOOKUP_WLOCKPCB, NULL); in sysctl_drop() 3965 lin->sin_addr, lin->sin_port, INPLOOKUP_WLOCKPCB, NULL); in sysctl_drop() 4077 INPLOOKUP_WLOCKPCB, NULL); in sysctl_switch_tls() 4083 lin->sin_addr, lin->sin_port, INPLOOKUP_WLOCKPCB, NULL); in sysctl_switch_tls()
|
| H A D | udp_usrreq.c | 748 uh->uh_sport, INPLOOKUP_WLOCKPCB, NULL); in udp_common_ctlinput()
|
| H A D | tcp_input.c | 838 INPLOOKUP_RLOCKPCB : INPLOOKUP_WLOCKPCB) | in tcp_input_with_port()
|
| /freebsd/sys/netinet6/ |
| H A D | in6_pcb.c | 670 struct inpcb_iterator inpi = INP_ITERATOR(pcbinfo, INPLOOKUP_WLOCKPCB, in in6_pcbnotify() 1180 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in6_pcblookup_with_lock() 1210 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in6_pcblookup_smr()
|