Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c326 struct inpcb key_inp; variable
361 bzero(&key_inp, sizeof(key_inp)); in in_pcbinit()
3574 key_inp.inp_flowhash = flowhash; in inp_fc_getinp()
3575 inp = RB_FIND(inp_fc_tree, &inp_fc_tree, &key_inp); in inp_fc_getinp()