Home | History | Annotate | Download | only in netinet

Lines Matching refs:inpcb

108 	int (*func)(int, uint16_t *, struct inpcb *, kauth_cred_t);
111 static int algo_bsd(int, uint16_t *, struct inpcb *, kauth_cred_t);
112 static int algo_random_start(int, uint16_t *, struct inpcb *, kauth_cred_t);
113 static int algo_random_pick(int, uint16_t *, struct inpcb *, kauth_cred_t);
114 static int algo_hash(int, uint16_t *, struct inpcb *, kauth_cred_t);
115 static int algo_doublehash(int, uint16_t *, struct inpcb *, kauth_cred_t);
116 static int algo_randinc(int, uint16_t *, struct inpcb *, kauth_cred_t);
154 pcb_getports(struct inpcb *inp, uint16_t *lastport,
240 check_suitable_port(uint16_t port, struct inpcb *inp, kauth_cred_t cred)
257 struct inpcb *pcb;
374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred)
410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp,
464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp,
510 Fhash(const struct inpcb *inp)
562 iscompletetuple(struct inpcb *inp)
602 algo_hash(int algo, uint16_t *port, struct inpcb *inp,
651 algo_doublehash(int algo, uint16_t *port, struct inpcb *inp,
704 algo_randinc(int algo, uint16_t *port, struct inpcb *inp,
747 portalgo_randport(uint16_t *port, struct inpcb *inp, kauth_cred_t cred)
844 portalgo_algo_index_select(struct inpcb *inp, int algo)