Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c322 struct inpcb key_inp; variable
351 bzero(&key_inp, sizeof(key_inp)); in in_pcbinit()
3455 key_inp.inp_flowhash = flowhash; in inp_fc_getinp()
3456 inp = RB_FIND(inp_fc_tree, &inp_fc_tree, &key_inp); in inp_fc_getinp()