Home
last modified time | relevance | path

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

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