Searched refs:inp (Results 1 - 25 of 250) sorted by relevance

12345678910

/freebsd-11.0-release/sys/netinet/
H A Din_pcbgroup.c304 in_pcbgroup_byinpcb(struct inpcb *inp) argument
315 if (inp->inp_flags2 & INP_RSS_BUCKET_SET)
316 return (&inp->inp_pcbinfo->ipi_pcbgroups[inp->inp_rss_listen_bucket]);
319 return (in_pcbgroup_bytuple(inp->inp_pcbinfo, inp->inp_laddr,
320 inp->inp_lport, inp->inp_faddr, inp->inp_fport));
324 in_pcbwild_add(struct inpcb *inp) argument
346 in_pcbwild_remove(struct inpcb *inp) argument
365 in_pcbwild_needed(struct inpcb *inp) argument
386 in_pcbwild_update_internal(struct inpcb *inp) argument
404 in_pcbgroup_update_internal(struct inpcbinfo *pcbinfo, struct inpcbgroup *newpcbgroup, struct inpcb *inp) argument
468 in_pcbgroup_update(struct inpcb *inp) argument
494 in_pcbgroup_update_mbuf(struct inpcb *inp, struct mbuf *m) argument
534 in_pcbgroup_remove(struct inpcb *inp) argument
[all...]
H A Dsctp_peeloff.c52 struct sctp_inpcb *inp; local
60 inp = (struct sctp_inpcb *)head->so_pcb;
61 if (inp == NULL) {
65 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
66 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
67 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_PEELOFF, EOPNOTSUPP);
70 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
72 SCTP_LTRACE_ERR_RET(inp, stcb, NULL, SCTP_FROM_SCTP_PEELOFF, ENOENT);
79 SCTP_LTRACE_ERR_RET(inp, stcb, NULL, SCTP_FROM_SCTP_PEELOFF, ENOTCONN);
90 struct sctp_inpcb *inp, *n_in local
[all...]
H A Dsctp_usrreq.c149 sctp_notify(struct sctp_inpcb *inp, argument
191 so = SCTP_INP_SO(inp);
198 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC,
218 sctp_timer_stop(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net,
236 sctp_timer_start(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net);
251 struct sctp_inpcb *inp; local
287 inp = NULL;
291 &inp, &net, 1,
295 (inp != NULL)) {
328 sctp_notify(inp, stc
355 struct sctp_inpcb *inp; local
416 struct sctp_inpcb *inp; local
458 struct sctp_inpcb *inp; local
491 struct sctp_inpcb *inp; local
512 struct sctp_inpcb *inp; local
577 struct sctp_inpcb *inp; local
661 struct sctp_inpcb *inp; local
828 struct sctp_inpcb *inp; local
872 struct sctp_inpcb *inp; local
1014 sctp_fill_up_addresses_vrf(struct sctp_inpcb *inp, struct sctp_tcb *stcb, size_t limit, struct sockaddr_storage *sas, uint32_t vrf_id) argument
1253 sctp_fill_up_addresses(struct sctp_inpcb *inp, struct sctp_tcb *stcb, size_t limit, struct sockaddr_storage *sas) argument
1272 sctp_count_max_addresses_vrf(struct sctp_inpcb *inp, uint32_t vrf_id) argument
1349 sctp_count_max_addresses(struct sctp_inpcb *inp) argument
1361 sctp_do_connect_x(struct socket *so, struct sctp_inpcb *inp, void *optval, size_t optsize, void *p, int delay) argument
1558 struct sctp_inpcb *inp = NULL; local
3749 struct sctp_inpcb *inp = NULL; local
6804 struct sctp_inpcb *inp; local
6871 struct sctp_inpcb *inp; local
7034 struct sctp_inpcb *inp; local
7190 struct sctp_inpcb *inp; local
7309 struct sctp_inpcb *inp; local
7407 struct sctp_inpcb *inp; local
[all...]
H A Din_pcb.c138 static void in_pcbremlists(struct inpcb *inp);
280 struct inpcb *inp; local
292 inp = uma_zalloc(pcbinfo->ipi_zone, M_NOWAIT);
293 if (inp == NULL)
295 bzero(inp, inp_zero_size);
296 inp->inp_pcbinfo = pcbinfo;
297 inp->inp_socket = so;
298 inp->inp_cred = crhold(so->so_cred);
299 inp->inp_inc.inc_fibnum = so->so_fibnum;
301 error = mac_inpcb_init(inp, M_NOWAI
346 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) argument
376 in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, struct ucred *cred, int lookupflags) argument
497 inp_so_options(const struct inpcb *inp) argument
552 in_pcbbind_setup(struct inpcb *inp, struct sockaddr *nam, in_addr_t *laddrp, u_short *lportp, struct ucred *cred) argument
714 in_pcbconnect_mbuf(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m) argument
756 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) argument
767 in_pcbladdr(struct inpcb *inp, struct in_addr *faddr, struct in_addr *laddr, struct ucred *cred) argument
1006 in_pcbconnect_setup(struct inpcb *inp, struct sockaddr *nam, in_addr_t *laddrp, u_short *lportp, in_addr_t *faddrp, u_short *fportp, struct inpcb **oinpp, struct ucred *cred) argument
1119 in_pcbdisconnect(struct inpcb *inp) argument
1138 in_pcbdetach(struct inpcb *inp) argument
1167 in_pcbref(struct inpcb *inp) argument
1188 in_pcbrele_rlocked(struct inpcb *inp) argument
1217 in_pcbrele_wlocked(struct inpcb *inp) argument
1249 in_pcbrele(struct inpcb *inp) argument
1265 in_pcbfree(struct inpcb *inp) argument
1334 in_pcbdrop(struct inpcb *inp) argument
1384 struct inpcb *inp; local
1403 struct inpcb *inp; local
1423 struct inpcb *inp, *inp_temp; local
1448 struct inpcb *inp; local
1494 struct inpcb *inp; local
1618 struct inpcb *inp, *tmpinp; local
1833 struct inpcb *inp, *tmpinp; local
1955 struct inpcb *inp; local
2066 in_pcbinshash_internal(struct inpcb *inp, int do_pcbgroup_update) argument
2135 in_pcbinshash(struct inpcb *inp) argument
2142 in_pcbinshash_nopcbgroup(struct inpcb *inp) argument
2155 in_pcbrehash_mbuf(struct inpcb *inp, struct mbuf *m) argument
2189 in_pcbrehash(struct inpcb *inp) argument
2199 in_pcbremlists(struct inpcb *inp) argument
2242 in_losing(struct inpcb *inp) argument
2262 struct inpcb *inp; local
2328 inp_wlock(struct inpcb *inp) argument
2335 inp_wunlock(struct inpcb *inp) argument
2342 inp_rlock(struct inpcb *inp) argument
2349 inp_runlock(struct inpcb *inp) argument
2357 inp_lock_assert(struct inpcb *inp) argument
2364 inp_unlock_assert(struct inpcb *inp) argument
2374 struct inpcb *inp; local
2386 inp_inpcbtosocket(struct inpcb *inp) argument
2394 inp_inpcbtotcpcb(struct inpcb *inp) argument
2402 inp_ip_tos_get(const struct inpcb *inp) argument
2409 inp_ip_tos_set(struct inpcb *inp, int val) argument
2416 inp_4tuple_get(struct inpcb *inp, uint32_t *laddr, uint16_t *lp, uint32_t *faddr, uint16_t *fp) argument
2618 db_print_inpcb(struct inpcb *inp, const char *name, int indent) argument
2675 struct inpcb *inp; local
[all...]
H A Dtcp_usrreq.c138 struct inpcb *inp; local
143 inp = sotoinpcb(so);
144 KASSERT(inp == NULL, ("tcp_usr_attach: inp != NULL"));
154 inp = sotoinpcb(so);
155 tp = intotcpcb(inp);
172 tcp_detach(struct socket *so, struct inpcb *inp) argument
177 INP_WLOCK_ASSERT(inp);
179 KASSERT(so->so_pcb == inp, ("tcp_detach: so_pcb != inp"));
253 struct inpcb *inp; local
278 struct inpcb *inp; local
320 struct inpcb *inp; local
383 struct inpcb *inp; local
429 struct inpcb *inp; local
486 struct inpcb *inp; local
539 struct inpcb *inp; local
638 struct inpcb *inp; local
673 struct inpcb *inp = NULL; local
714 struct inpcb *inp = NULL; local
773 struct inpcb *inp; local
807 struct inpcb *inp; local
859 struct inpcb *inp; local
1006 struct inpcb *inp; local
1036 struct inpcb *inp; local
1075 struct inpcb *inp; local
1116 struct inpcb *inp; local
1212 struct inpcb *inp = tp->t_inpcb, *oinp; local
1273 struct inpcb *inp = tp->t_inpcb; local
1379 struct inpcb *inp; local
1479 tcp_default_ctloutput(struct socket *so, struct sockopt *sopt, struct inpcb *inp, struct tcpcb *tp) argument
1854 struct inpcb *inp; local
1904 struct inpcb *inp = tp->t_inpcb; local
[all...]
H A Draw_ip.c156 rip_inshash(struct inpcb *inp) argument
158 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
163 INP_WLOCK_ASSERT(inp);
165 if (inp->inp_ip_p != 0 &&
166 inp->inp_laddr.s_addr != INADDR_ANY &&
167 inp->inp_faddr.s_addr != INADDR_ANY) {
168 hash = INP_PCBHASH_RAW(inp->inp_ip_p, inp->inp_laddr.s_addr,
169 inp->inp_faddr.s_addr, pcbinfo->ipi_hashmask);
173 LIST_INSERT_HEAD(pcbhash, inp, inp_has
177 rip_delhash(struct inpcb *inp) argument
204 struct inpcb *inp = mem; local
285 struct inpcb *inp, *last; local
438 struct inpcb *inp = sotoinpcb(so); local
567 struct inpcb *inp = sotoinpcb(so); local
804 struct inpcb *inp; local
837 struct inpcb *inp; local
859 rip_dodisconnect(struct socket *so, struct inpcb *inp) argument
879 struct inpcb *inp; local
890 struct inpcb *inp; local
901 struct inpcb *inp; local
917 struct inpcb *inp; local
951 struct inpcb *inp; local
977 struct inpcb *inp; local
992 struct inpcb *inp; local
1022 struct inpcb *inp, **inp_list; local
[all...]
H A Dudp_usrreq.c189 struct inpcb *inp; local
191 inp = mem;
192 INP_LOCK_INIT(inp, "inp", "udpinp");
199 struct inpcb *inp; local
201 inp = mem;
202 INP_LOCK_INIT(inp, "inp", "udpliteinp");
252 udp_newudpcb(struct inpcb *inp) argument
259 inp
308 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off, struct sockaddr_in *udp_in) argument
398 struct inpcb *inp; local
735 udp_notify(struct inpcb *inp, int errno) argument
765 struct inpcb *inp; local
836 struct inpcb *inp, **inp_list; local
949 struct inpcb *inp; local
985 struct inpcb *inp; local
1128 udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct thread *td) argument
1584 udp4_espdecap(struct inpcb *inp, struct mbuf *m, int off) argument
1712 struct inpcb *inp; local
1732 struct inpcb *inp; local
1770 struct inpcb *inp; local
1795 struct inpcb *inp; local
1813 struct inpcb *inp; local
1833 struct inpcb *inp; local
1864 struct inpcb *inp; local
1887 struct inpcb *inp; local
1913 struct inpcb *inp; local
1924 struct inpcb *inp; local
[all...]
H A Dip_divert.c137 struct inpcb *inp = mem; local
139 INP_LOCK_INIT(inp, "inp", "divinp");
146 struct inpcb *inp = mem; local
148 INP_LOCK_DESTROY(inp);
197 struct inpcb *inp; local
283 LIST_FOREACH(inp, &V_divcb, inp_list) {
285 if (inp->inp_lport == nport) {
286 INP_RLOCK(inp);
287 sa = inp
375 struct inpcb *inp; local
515 struct inpcb *inp; local
546 struct inpcb *inp; local
560 struct inpcb *inp; local
588 struct inpcb *inp; local
631 struct inpcb *inp, **inp_list; local
[all...]
H A Dtcp_timewait.c218 * inp is locked, and is unlocked before returning.
224 struct inpcb *inp = tp->t_inpcb; local
228 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6;
232 INP_WLOCK_ASSERT(inp);
238 error = in6_localaddr(&inp->in6p_faddr);
244 error = in_localip(inp->inp_faddr);
249 INP_WUNLOCK(inp);
275 INP_WUNLOCK(inp);
283 tw->tw_inpcb = inp;
284 in_pcbref(inp); /* Referenc
363 tcp_twcheck(struct inpcb *inp, struct tcpopt *to __unused, struct tcphdr *th, struct mbuf *m, int tlen) argument
457 struct inpcb *inp; local
516 struct inpcb *inp = tw->tw_inpcb; local
641 struct inpcb *inp; local
670 struct inpcb *inp; local
[all...]
H A Dsctp_pcb.c903 if (prison_check_ip4(stcb->sctp_ep->ip_inp.inp.inp_cred,
922 if (prison_check_ip6(stcb->sctp_ep->ip_inp.inp.inp_cred,
1024 struct sctp_inpcb *inp; local
1063 LIST_FOREACH(inp, ephead, sctp_hash) {
1064 SCTP_INP_RLOCK(inp);
1065 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1066 SCTP_INP_RUNLOCK(inp);
1069 if (lport != inp->sctp_lport) {
1070 SCTP_INP_RUNLOCK(inp);
1080 if (prison_check_ip4(inp
1280 struct sctp_inpcb *inp; local
1557 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1605 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1623 struct sctp_inpcb *inp; local
1817 sctp_isport_inuse(struct sctp_inpcb *inp, uint16_t lport, uint32_t vrf_id) argument
1866 sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp) argument
1925 struct sctp_inpcb *inp; local
2007 struct sctp_inpcb *inp = NULL; local
2260 struct sctp_inpcb *inp; local
2434 struct sctp_inpcb *inp; local
2486 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2494 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2528 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2551 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2565 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list); local
2835 struct sctp_inpcb *inp, *inp_tmp; local
3250 sctp_iterator_inp_being_freed(struct sctp_inpcb *inp) argument
3320 sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from) argument
3719 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
4142 sctp_aloc_a_assoc_id(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
4181 sctp_aloc_assoc(struct sctp_inpcb *inp, struct sockaddr *firstaddr, int *error, uint32_t override_tag, uint32_t vrf_id, uint16_t o_streams, uint16_t port, struct thread *p ) argument
4692 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfree, int from_location) argument
5274 struct sctp_inpcb *inp; local
5321 sctp_update_ep_vflag(struct sctp_inpcb *inp) argument
5359 sctp_add_local_addr_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa, uint32_t action) argument
5445 sctp_del_local_addr_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa) argument
5561 struct sctp_inpcb *inp; local
6071 struct sctp_inpcb *inp; local
7017 struct sctp_inpcb *inp; local
[all...]
/freebsd-11.0-release/sys/netinet6/
H A Din6_pcb.c116 in6_pcbbind(register struct inpcb *inp, struct sockaddr *nam, argument
119 struct socket *so = inp->inp_socket;
121 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
126 INP_WLOCK_ASSERT(inp);
131 if (inp->inp_lport || !IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_laddr))
136 if ((error = prison_local_ip6(cred, &inp->in6p_laddr,
137 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
153 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
173 (inp
327 in6_pcbladdr(register struct inpcb *inp, struct sockaddr *nam, struct in6_addr *plocal_addr6) argument
392 in6_pcbconnect_mbuf(register struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m) argument
439 in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) argument
446 in6_pcbdisconnect(struct inpcb *inp) argument
497 register struct inpcb *inp; local
516 struct inpcb *inp; local
535 struct inpcb *inp; local
559 struct inpcb *inp; local
593 struct inpcb *inp, *inp_temp; local
690 register struct inpcb *inp; local
845 in6_rtchange(struct inpcb *inp, int errno) argument
867 struct inpcb *inp, *tmpinp; local
1052 struct inpcb *inp, *tmpinp; local
1163 struct inpcb *inp; local
[all...]
H A Dudp6_usrreq.c139 udp6_append(struct inpcb *inp, struct mbuf *n, int off, argument
146 INP_LOCK_ASSERT(inp);
151 up = intoudpcb(inp);
153 in_pcbref(inp);
154 INP_RUNLOCK(inp);
155 (*up->u_tun_func)(n, off, inp, (struct sockaddr *)fromsa,
157 INP_RLOCK(inp);
158 return (in_pcbrele_rlocked(inp));
162 if (ipsec6_in_reject(n, inp)) {
168 if (mac_inpcb_check_deliver(inp,
200 struct inpcb *inp; local
557 struct inpcb *inp; local
605 struct inpcb *inp; local
647 udp6_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr6, struct mbuf *control, struct thread *td) argument
924 struct inpcb *inp; local
959 struct inpcb *inp; local
1007 struct inpcb *inp; local
1052 struct inpcb *inp; local
1086 struct inpcb *inp; local
1149 struct inpcb *inp; local
1170 struct inpcb *inp; local
1214 struct inpcb *inp; local
[all...]
H A Dsctp6_usrreq.c188 sctp6_notify(struct sctp_inpcb *inp, argument
223 so = SCTP_INP_SO(inp);
230 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC,
242 sctp_timer_stop(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net,
260 sctp_timer_start(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net);
274 struct sctp_inpcb *inp; local
337 inp = NULL;
341 &inp, &net, 1, SCTP_DEFAULT_VRFID);
344 (inp != NULL)) {
391 sctp6_notify(inp, stc
418 struct sctp_inpcb *inp; local
486 struct sctp_inpcb *inp; local
530 struct sctp_inpcb *inp; local
573 struct sctp_inpcb *inp; local
694 struct sctp_inpcb *inp; local
799 struct sctp_inpcb *inp; local
949 struct sctp_inpcb *inp; local
1054 struct sctp_inpcb *inp; local
[all...]
H A Din6_pcbgroup.c133 in6_pcbgroup_byinpcb(struct inpcb *inp) argument
145 if (inp->inp_flags2 & INP_RSS_BUCKET_SET)
146 return (&inp->inp_pcbinfo->ipi_pcbgroups[inp->inp_rss_listen_bucket]);
149 return (in6_pcbgroup_bytuple(inp->inp_pcbinfo, &inp->in6p_laddr,
150 inp->inp_lport, &inp->in6p_faddr, inp->inp_fport));
/freebsd-11.0-release/sbin/fsck_ffs/
H A Dpass3.c51 struct inoinfo *inp; local
69 inp = inpsort[inpindex];
70 state = inoinfo(inp->i_number)->ino_state;
71 if (inp->i_number == ROOTINO ||
72 (inp->i_parent != 0 && !S_IS_DUNFOUND(state)))
84 if (inp->i_dotdot >= ROOTINO)
85 inoinfo(inp->i_dotdot)->ino_linkcnt++;
89 orphan = inp->i_number;
90 if (inp->i_parent == 0 ||
91 !INO_IS_DUNFOUND(inp
[all...]
H A Dpass2.c63 struct inoinfo **inpp, *inp; local
150 inp = *inpp;
151 if (inp->i_isize == 0)
153 if (inp->i_isize < MINDIRSIZE) {
154 direrror(inp->i_number, "DIRECTORY TOO SHORT");
155 inp->i_isize = roundup(MINDIRSIZE, DIRBLKSIZ);
157 dp = ginode(inp->i_number);
158 DIP_SET(dp, di_size, inp->i_isize);
161 } else if ((inp->i_isize & (DIRBLKSIZ - 1)) != 0) {
162 getpathname(pathbuf, inp
277 struct inoinfo *inp; local
521 fix_extraneous(struct inoinfo *inp, struct inodesc *idesc) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/whrlpool/
H A Dwhrlpool.h31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
H A Dwp_dgst.c73 const unsigned char *inp = _inp; local
76 WHIRLPOOL_BitUpdate(c, inp, chunk * 8);
78 inp += chunk;
81 WHIRLPOOL_BitUpdate(c, inp, bytes * 8);
91 const unsigned char *inp = _inp; local
111 whirlpool_block(c, inp, n);
112 inp += n * WHIRLPOOL_BBLOCK / 8;
121 memcpy(c->data + byteoff, inp, bitrem);
122 inp += bitrem;
126 memcpy(c->data + byteoff, inp, bit
247 WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) argument
[all...]
/freebsd-11.0-release/bin/dd/
H A Dconv.c60 u_char *inp; local
65 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
66 *inp = t[*inp];
104 u_char *inp, *outp; local
117 for (inp = in.db, cnt = in.dbrcnt; cnt && *inp++ != '\n'; --cnt)
127 in.dbp = inp + cnt - 1;
135 for (inp
218 u_char *inp; local
[all...]
/freebsd-11.0-release/usr.bin/patch/
H A DMakefile6 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
/freebsd-11.0-release/sys/security/mac/
H A Dmac_inet.c99 mac_inpcb_init(struct inpcb *inp, int flag) argument
103 inp->inp_label = mac_inpcb_label_alloc(flag);
104 if (inp->inp_label == NULL)
107 inp->inp_label = NULL;
155 mac_inpcb_destroy(struct inpcb *inp) argument
158 if (inp->inp_label != NULL) {
159 mac_inpcb_label_free(inp->inp_label);
160 inp->inp_label = NULL;
183 mac_inpcb_create(struct socket *so, struct inpcb *inp) argument
186 MAC_POLICY_PERFORM_NOSLEEP(inpcb_create, so, so->so_label, inp,
233 mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m) argument
355 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) argument
378 mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp) argument
392 mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp) argument
485 mac_syncache_create(struct label *label, struct inpcb *inp) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl69 $inp="esi";
119 &movq ("mm2",&QWP(0,$inp)) if ($i==1);
120 &movq (&QWP(-8,(@XX[0],$inp)),"mm1") if ($i==0);
141 &movq ("mm0",&QWP(0,$inp)) if ($i<=0);
142 &movq (&QWP(-8,($out,$inp)),"mm2") if ($i==0);
155 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
159 &mov ($inp,&wparam(2)); # load inp
172 &lea ($tx,&DWP(0,$inp,$ty));
173 &sub ($out,$inp); # r
[all...]
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c90 alloc_lctx(struct tom_data *td, struct inpcb *inp, int qset) argument
94 INP_WLOCK_ASSERT(inp);
106 lctx->inp = inp;
107 in_pcbref(inp);
120 struct inpcb *inp = lctx->inp; local
122 INP_WLOCK_ASSERT(inp);
129 CTR4(KTR_CXGB, "%s: stid %u, lctx %p, inp %p",
130 __func__, lctx->stid, lctx, lctx->inp);
170 listen_hash_find(struct tom_data *td, struct inpcb *inp) argument
189 listen_hash_del(struct tom_data *td, struct inpcb *inp) argument
215 struct inpcb *inp = lctx->inp; local
230 struct inpcb *inp = lctx->inp; local
284 struct inpcb *inp = lctx->inp; local
315 struct inpcb *inp; local
346 ("%s: inp %p still in listen hash", __func__, inp)); local
486 struct inpcb *inp; local
684 struct inpcb *inp = lctx->inp, *new_inp; local
790 struct inpcb *inp = tp->t_inpcb; local
873 struct inpcb *inp = tp->t_inpcb; local
997 struct inpcb *inp = lctx->inp; local
1048 struct inpcb *inp = lctx->inp; local
1086 struct inpcb *inp = lctx->inp; local
1120 struct inpcb *inp = sotoinpcb(so); local
[all...]
/freebsd-11.0-release/tools/debugscripts/
H A Dkld_deb.py70 def searchfor(inp, re, j = 0, l = None):
71 """searchfor(inp, re, j, l): Searches for regex re in inp. It will
77 l = inp.readline()
81 l += inp.readline()
83 l = inp.readline()
88 def get_addresses(inp, out):
89 """get_addresses(inp, out): It will search for addresses from gdb.
90 inp and out, are the gdb input and output respectively. Return value is
101 l = searchfor(inp, printr
[all...]
/freebsd-11.0-release/sys/kern/
H A Dsubr_scanf.c102 vsscanf(const char *inp, char const *fmt0, va_list ap) argument
124 inr = strlen(inp);
136 while (inr > 0 && isspace(*inp))
137 nread++, inr--, inp++;
154 if (*inp != c)
156 inr--, inp++;
273 while (isspace(*inp)) {
276 inp++;
302 inp += n;
309 inp
[all...]

Completed in 301 milliseconds

12345678910