Home
last modified time | relevance | path

Searched refs:INP_LOCK_INIT (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_divert.c144 INP_LOCK_INIT(inp, "inp", "divinp"); in div_inpcb_init()
H A Din_pcb.h578 #define INP_LOCK_INIT(inp, d, t) \ macro
H A Dudp_usrreq.c185 INP_LOCK_INIT(inp, "inp", "udpinp"); in udp_inpcb_init()
195 INP_LOCK_INIT(inp, "inp", "udpliteinp"); in udplite_inpcb_init()
H A Draw_ip.c208 INP_LOCK_INIT(inp, "inp", "rawinp"); in rip_inpcb_init()
H A Dtcp_subr.c826 INP_LOCK_INIT(inp, "inp", "tcpinp"); in tcp_inpcb_init()
H A Dsctp_pcb.c2506 INP_LOCK_INIT(&inp->ip_inp.inp, "inp", "sctpinp"); in sctp_inpcb_alloc()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h578 #define INP_LOCK_INIT(inp, d, t) \ macro