Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c318 struct inpcb key_inp; variable
347 bzero(&key_inp, sizeof(key_inp)); in in_pcbinit()
3353 key_inp.inp_flowhash = flowhash; in inp_fc_getinp()
3354 inp = RB_FIND(inp_fc_tree, &inp_fc_tree, &key_inp); in inp_fc_getinp()