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

123456789

/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c131 static void in_pcbremlists(struct inpcb *inp);
271 struct inpcb *inp; local
276 inp = uma_zalloc(pcbinfo->ipi_zone, M_NOWAIT);
277 if (inp == NULL)
279 bzero(inp, inp_zero_size);
280 inp->inp_pcbinfo = pcbinfo;
281 inp->inp_socket = so;
282 inp->inp_cred = crhold(so->so_cred);
283 inp->inp_inc.inc_fibnum = so->so_fibnum;
285 error = mac_inpcb_init(inp, M_NOWAI
328 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) argument
355 in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, struct ucred *cred, int lookupflags) argument
475 inp_so_options(const struct inpcb *inp) argument
500 in_pcbbind_setup(struct inpcb *inp, struct sockaddr *nam, in_addr_t *laddrp, u_short *lportp, struct ucred *cred) argument
648 in_pcbconnect_mbuf(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m) argument
690 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) argument
701 in_pcbladdr(struct inpcb *inp, struct in_addr *faddr, struct in_addr *laddr, struct ucred *cred) argument
936 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
1048 in_pcbdisconnect(struct inpcb *inp) argument
1067 in_pcbdetach(struct inpcb *inp) argument
1096 in_pcbref(struct inpcb *inp) argument
1117 in_pcbrele_rlocked(struct inpcb *inp) argument
1146 in_pcbrele_wlocked(struct inpcb *inp) argument
1169 in_pcbrele(struct inpcb *inp) argument
1185 in_pcbfree(struct inpcb *inp) argument
1239 in_pcbdrop(struct inpcb *inp) argument
1289 struct inpcb *inp; local
1308 struct inpcb *inp; local
1328 struct inpcb *inp, *inp_temp; local
1353 struct inpcb *inp; local
1399 struct inpcb *inp; local
1523 struct inpcb *inp, *tmpinp; local
1666 struct inpcb *inp, *tmpinp; local
1793 struct inpcb *inp; local
1883 in_pcbinshash_internal(struct inpcb *inp, int do_pcbgroup_update) argument
1952 in_pcbinshash(struct inpcb *inp) argument
1959 in_pcbinshash_nopcbgroup(struct inpcb *inp) argument
1972 in_pcbrehash_mbuf(struct inpcb *inp, struct mbuf *m) argument
2006 in_pcbrehash(struct inpcb *inp) argument
2016 in_pcbremlists(struct inpcb *inp) argument
2052 struct inpcb *inp; local
2118 inp_wlock(struct inpcb *inp) argument
2125 inp_wunlock(struct inpcb *inp) argument
2132 inp_rlock(struct inpcb *inp) argument
2139 inp_runlock(struct inpcb *inp) argument
2147 inp_lock_assert(struct inpcb *inp) argument
2154 inp_unlock_assert(struct inpcb *inp) argument
2164 struct inpcb *inp; local
2176 inp_inpcbtosocket(struct inpcb *inp) argument
2184 inp_inpcbtotcpcb(struct inpcb *inp) argument
2192 inp_ip_tos_get(const struct inpcb *inp) argument
2199 inp_ip_tos_set(struct inpcb *inp, int val) argument
2206 inp_4tuple_get(struct inpcb *inp, uint32_t *laddr, uint16_t *lp, uint32_t *faddr, uint16_t *fp) argument
2412 db_print_inpcb(struct inpcb *inp, const char *name, int indent) argument
2469 struct inpcb *inp; local
[all...]
H A Din_pcbgroup.c233 in_pcbgroup_byinpcb(struct inpcb *inp) argument
236 return (in_pcbgroup_bytuple(inp->inp_pcbinfo, inp->inp_laddr,
237 inp->inp_lport, inp->inp_faddr, inp->inp_fport));
241 in_pcbwild_add(struct inpcb *inp) argument
247 INP_WLOCK_ASSERT(inp);
248 KASSERT(!(inp->inp_flags2 & INP_PCBGROUPWILD),
251 pcbinfo = inp
263 in_pcbwild_remove(struct inpcb *inp) argument
282 in_pcbwild_needed(struct inpcb *inp) argument
294 in_pcbwild_update_internal(struct inpcb *inp) argument
312 in_pcbgroup_update_internal(struct inpcbinfo *pcbinfo, struct inpcbgroup *newpcbgroup, struct inpcb *inp) argument
361 in_pcbgroup_update(struct inpcb *inp) argument
387 in_pcbgroup_update_mbuf(struct inpcb *inp, struct mbuf *m) argument
427 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 Dudp_usrreq.c183 struct inpcb *inp; local
185 inp = mem;
186 INP_LOCK_INIT(inp, "inp", "udpinp");
220 udp_newudpcb(struct inpcb *inp) argument
227 inp->inp_ppcb = up;
257 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off, argument
268 INP_LOCK_ASSERT(inp);
273 up = intoudpcb(inp);
275 (*up->u_tun_func)(n, off, inp);
347 struct inpcb *inp; local
638 udp_notify(struct inpcb *inp, int errno) argument
662 struct inpcb *inp; local
705 struct inpcb *inp, **inp_list; local
818 struct inpcb *inp; local
855 struct inpcb *inp; local
953 udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct thread *td) argument
1285 udp4_espdecap(struct inpcb *inp, struct mbuf *m, int off) argument
1412 struct inpcb *inp; local
1430 struct inpcb *inp; local
1466 struct inpcb *inp; local
1488 struct inpcb *inp; local
1504 struct inpcb *inp; local
1522 struct inpcb *inp; local
1551 struct inpcb *inp; local
1572 struct inpcb *inp; local
1596 struct inpcb *inp; local
1607 struct inpcb *inp; local
[all...]
H A Draw_ip.c149 rip_inshash(struct inpcb *inp) argument
151 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
156 INP_WLOCK_ASSERT(inp);
158 if (inp->inp_ip_p != 0 &&
159 inp->inp_laddr.s_addr != INADDR_ANY &&
160 inp->inp_faddr.s_addr != INADDR_ANY) {
161 hash = INP_PCBHASH_RAW(inp->inp_ip_p, inp->inp_laddr.s_addr,
162 inp->inp_faddr.s_addr, pcbinfo->ipi_hashmask);
166 LIST_INSERT_HEAD(pcbhash, inp, inp_has
170 rip_delhash(struct inpcb *inp) argument
197 struct inpcb *inp = mem; local
278 struct inpcb *inp, *last; local
429 struct inpcb *inp = sotoinpcb(so); local
555 struct inpcb *inp = sotoinpcb(so); local
795 struct inpcb *inp; local
828 struct inpcb *inp; local
850 rip_dodisconnect(struct socket *so, struct inpcb *inp) argument
870 struct inpcb *inp; local
881 struct inpcb *inp; local
892 struct inpcb *inp; local
908 struct inpcb *inp; local
942 struct inpcb *inp; local
968 struct inpcb *inp; local
983 struct inpcb *inp; local
1013 struct inpcb *inp, **inp_list; local
[all...]
H A Dsctp_usrreq.c148 sctp_notify_mbuf(struct sctp_inpcb *inp, argument
159 if ((inp == NULL) || (stcb == NULL) || (net == NULL) ||
197 sctp_timer_stop(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net,
212 sctp_timer_start(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net);
220 sctp_notify(struct sctp_inpcb *inp, argument
234 if ((inp == NULL) || (stcb == NULL) || (net == NULL) ||
287 so = SCTP_INP_SO(inp);
294 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, SCTP_FROM_SCTP_USRREQ + SCTP_LOC_2);
328 struct sctp_inpcb *inp = NULL; local
350 &inp,
382 struct sctp_inpcb *inp; local
443 struct sctp_inpcb *inp; local
485 struct sctp_inpcb *inp; local
550 struct sctp_inpcb *inp; local
571 struct sctp_inpcb *inp; local
636 struct sctp_inpcb *inp; local
720 struct sctp_inpcb *inp; local
908 struct sctp_inpcb *inp; local
952 struct sctp_inpcb *inp; local
1115 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
1346 sctp_fill_up_addresses(struct sctp_inpcb *inp, struct sctp_tcb *stcb, size_t limit, struct sockaddr_storage *sas) argument
1365 sctp_count_max_addresses_vrf(struct sctp_inpcb *inp, uint32_t vrf_id) argument
1434 sctp_count_max_addresses(struct sctp_inpcb *inp) argument
1446 sctp_do_connect_x(struct socket *so, struct sctp_inpcb *inp, void *optval, size_t optsize, void *p, int delay) argument
1640 struct sctp_inpcb *inp = NULL; local
3358 struct sctp_inpcb *inp = NULL; local
5911 struct sctp_inpcb *inp; local
6072 struct sctp_inpcb *inp; local
6230 struct sctp_inpcb *inp; local
6348 struct sctp_inpcb *inp; local
6446 struct sctp_inpcb *inp; local
[all...]
H A Dtcp_usrreq.c128 struct inpcb *inp; local
133 inp = sotoinpcb(so);
134 KASSERT(inp == NULL, ("tcp_usr_attach: inp != NULL"));
144 inp = sotoinpcb(so);
145 tp = intotcpcb(inp);
161 tcp_detach(struct socket *so, struct inpcb *inp) argument
166 INP_WLOCK_ASSERT(inp);
168 KASSERT(so->so_pcb == inp, ("tcp_detach: so_pcb != inp"));
227 struct inpcb *inp; local
247 struct inpcb *inp; local
288 struct inpcb *inp; local
350 struct inpcb *inp; local
391 struct inpcb *inp; local
443 struct inpcb *inp; local
491 struct inpcb *inp; local
585 struct inpcb *inp; local
624 struct inpcb *inp = NULL; local
666 struct inpcb *inp = NULL; local
724 struct inpcb *inp; local
757 struct inpcb *inp; local
796 struct inpcb *inp; local
939 struct inpcb *inp; local
977 struct inpcb *inp; local
1017 struct inpcb *inp; local
1110 struct inpcb *inp = tp->t_inpcb, *oinp; local
1171 struct inpcb *inp = tp->t_inpcb, *oinp; local
1309 struct inpcb *inp; local
1607 struct inpcb *inp; local
1656 struct inpcb *inp = tp->t_inpcb; local
[all...]
H A Dip_divert.c135 struct inpcb *inp = mem; local
137 INP_LOCK_INIT(inp, "inp", "divinp");
144 struct inpcb *inp = mem; local
146 INP_LOCK_DESTROY(inp);
192 struct inpcb *inp; local
278 LIST_FOREACH(inp, &V_divcb, inp_list) {
280 if (inp->inp_lport == nport) {
281 INP_RLOCK(inp);
282 sa = inp
370 struct inpcb *inp; local
510 struct inpcb *inp; local
541 struct inpcb *inp; local
555 struct inpcb *inp; local
583 struct inpcb *inp; local
626 struct inpcb *inp, **inp_list; local
[all...]
H A Dsctp_pcb.c1007 struct sctp_inpcb *inp; local
1046 LIST_FOREACH(inp, ephead, sctp_hash) {
1047 SCTP_INP_RLOCK(inp);
1048 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1049 SCTP_INP_RUNLOCK(inp);
1052 if (lport != inp->sctp_lport) {
1053 SCTP_INP_RUNLOCK(inp);
1056 if (inp->def_vrf_id != vrf_id) {
1057 SCTP_INP_RUNLOCK(inp);
1061 if ((inp
1230 struct sctp_inpcb *inp; local
1510 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1558 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1576 struct sctp_inpcb *inp; local
1748 sctp_isport_inuse(struct sctp_inpcb *inp, uint16_t lport, uint32_t vrf_id) argument
1797 sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp) argument
1854 struct sctp_inpcb *inp; local
1936 struct sctp_inpcb *inp = NULL; local
2195 struct sctp_inpcb *inp; local
2377 struct sctp_inpcb *inp; local
2417 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2431 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2461 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2480 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2494 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list); local
2722 struct sctp_inpcb *inp, *inp_tmp; local
3155 sctp_iterator_inp_being_freed(struct sctp_inpcb *inp) argument
3225 sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from) argument
3671 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
4090 sctp_aloc_a_assoc_id(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
4129 sctp_aloc_assoc(struct sctp_inpcb *inp, struct sockaddr *firstaddr, int *error, uint32_t override_tag, uint32_t vrf_id, struct thread *p ) argument
4600 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfree, int from_location) argument
5209 struct sctp_inpcb *inp; local
5256 sctp_update_ep_vflag(struct sctp_inpcb *inp) argument
5294 sctp_add_local_addr_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa, uint32_t action) argument
5376 sctp_del_local_addr_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa) argument
5533 struct sctp_inpcb *inp; local
6019 struct sctp_inpcb *inp; local
6870 struct sctp_inpcb *inp; local
[all...]
H A Dtcp_timewait.c194 * inp is locked, and is unlocked before returning.
200 struct inpcb *inp = tp->t_inpcb; local
204 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6;
208 INP_WLOCK_ASSERT(inp);
214 error = in6_localaddr(&inp->in6p_faddr);
220 error = in_localip(inp->inp_faddr);
225 INP_WUNLOCK(inp);
236 INP_WUNLOCK(inp);
240 tw->tw_inpcb = inp;
285 so = inp
352 tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th, struct mbuf *m, int tlen) argument
447 struct inpcb *inp; local
507 struct inpcb *inp = tw->tw_inpcb; local
[all...]
H A Dtcp_timer.c131 #define INP_CPU(inp) (per_cpu_timers ? (!CPU_ABSENT(((inp)->inp_flowid % (mp_maxid+1))) ? \
132 ((inp)->inp_flowid % (mp_maxid+1)) : curcpu) : 0)
175 struct inpcb *inp; local
178 inp = tp->t_inpcb;
184 * KASSERT(inp != NULL, ("tcp_timer_delack: inp == NULL"));
186 if (inp == NULL) {
191 INP_WLOCK(inp);
194 INP_WUNLOCK(inp);
216 struct inpcb *inp; local
297 struct inpcb *inp; local
400 struct inpcb *inp; local
489 struct inpcb *inp; local
653 struct inpcb *inp = tp->t_inpcb; local
[all...]
/freebsd-10.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
279 struct inoinfo *inp; local
523 fix_extraneous(struct inoinfo *inp, struct inodesc *idesc) argument
[all...]
/freebsd-10.0-release/sys/netinet6/
H A Din6_pcb.c110 in6_pcbbind(register struct inpcb *inp, struct sockaddr *nam, argument
113 struct socket *so = inp->inp_socket;
115 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
120 INP_WLOCK_ASSERT(inp);
125 if (inp->inp_lport || !IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_laddr))
130 if ((error = prison_local_ip6(cred, &inp->in6p_laddr,
131 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
147 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
167 (inp
306 in6_pcbladdr(register struct inpcb *inp, struct sockaddr *nam, struct in6_addr *plocal_addr6) argument
377 in6_pcbconnect_mbuf(register struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m) argument
424 in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) argument
431 in6_pcbdisconnect(struct inpcb *inp) argument
482 register struct inpcb *inp; local
501 struct inpcb *inp; local
520 struct inpcb *inp; local
544 struct inpcb *inp; local
578 struct inpcb *inp, *inp_temp; local
681 register struct inpcb *inp; local
832 in6_rtchange(struct inpcb *inp, int errno) argument
850 struct inpcb *inp, *tmpinp; local
984 struct inpcb *inp, *tmpinp; local
1105 struct inpcb *inp; local
[all...]
H A Dudp6_usrreq.c135 udp6_append(struct inpcb *inp, struct mbuf *n, int off, argument
141 INP_LOCK_ASSERT(inp);
145 if (ipsec6_in_reject(n, inp)) {
152 if (mac_inpcb_check_deliver(inp, n) != 0) {
158 if (inp->inp_flags & INP_CONTROLOPTS ||
159 inp->inp_socket->so_options & SO_TIMESTAMP)
160 ip6_savecontrol(inp, n, &opts);
163 so = inp->inp_socket;
183 struct inpcb *inp; local
276 LIST_FOREACH(inp,
553 struct inpcb *inp; local
595 udp6_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr6, struct mbuf *control, struct thread *td) argument
816 struct inpcb *inp; local
845 struct inpcb *inp; local
891 struct inpcb *inp; local
934 struct inpcb *inp; local
962 struct inpcb *inp; local
1023 struct inpcb *inp; local
1042 struct inpcb *inp; local
1081 struct inpcb *inp; local
[all...]
H A Dsctp6_usrreq.c204 sctp6_notify_mbuf(struct sctp_inpcb *inp, struct icmp6_hdr *icmp6, argument
209 if ((inp == NULL) || (stcb == NULL) || (net == NULL) ||
229 sctp_timer_stop(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, NULL, SCTP_FROM_SCTP6_USRREQ + SCTP_LOC_1);
272 sctp_timer_start(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, NULL);
281 sctp6_notify(struct sctp_inpcb *inp, argument
294 if ((inp == NULL) || (stcb == NULL) || (net == NULL) ||
344 so = SCTP_INP_SO(inp);
351 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, SCTP_FROM_SCTP_USRREQ + SCTP_LOC_2);
397 struct sctp_inpcb *inp = NULL; local
407 inp
460 struct sctp_inpcb *inp; local
528 struct sctp_inpcb *inp; local
572 struct sctp_inpcb *inp; local
615 struct sctp_inpcb *inp; local
736 struct sctp_inpcb *inp; local
841 struct sctp_inpcb *inp; local
989 struct sctp_inpcb *inp; local
1089 struct sctp_inpcb *inp; local
[all...]
H A Din6_pcbgroup.c98 in6_pcbgroup_byinpcb(struct inpcb *inp) argument
101 return (in6_pcbgroup_bytuple(inp->inp_pcbinfo, &inp->in6p_laddr,
102 inp->inp_lport, &inp->in6p_faddr, inp->inp_fport));
/freebsd-10.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);
/freebsd-10.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-10.0-release/usr.bin/patch/
H A DMakefile6 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
/freebsd-10.0-release/sys/security/mac/
H A Dmac_inet.c100 mac_inpcb_init(struct inpcb *inp, int flag) argument
104 inp->inp_label = mac_inpcb_label_alloc(flag);
105 if (inp->inp_label == NULL)
108 inp->inp_label = NULL;
156 mac_inpcb_destroy(struct inpcb *inp) argument
159 if (inp->inp_label != NULL) {
160 mac_inpcb_label_free(inp->inp_label);
161 inp->inp_label = NULL;
184 mac_inpcb_create(struct socket *so, struct inpcb *inp) argument
187 MAC_POLICY_PERFORM_NOSLEEP(inpcb_create, so, so->so_label, inp,
234 mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m) argument
356 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) argument
379 mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp) argument
393 mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp) argument
486 mac_syncache_create(struct label *label, struct inpcb *inp) argument
[all...]
/freebsd-10.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-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c88 alloc_lctx(struct tom_data *td, struct inpcb *inp, int qset) argument
92 INP_WLOCK_ASSERT(inp);
104 lctx->inp = inp;
105 in_pcbref(inp);
118 struct inpcb *inp = lctx->inp; local
120 INP_WLOCK_ASSERT(inp);
127 CTR4(KTR_CXGB, "%s: stid %u, lctx %p, inp %p",
128 __func__, lctx->stid, lctx, lctx->inp);
168 listen_hash_find(struct tom_data *td, struct inpcb *inp) argument
187 listen_hash_del(struct tom_data *td, struct inpcb *inp) argument
213 struct inpcb *inp = lctx->inp; local
228 struct inpcb *inp = lctx->inp; local
282 struct inpcb *inp = lctx->inp; local
313 struct inpcb *inp; local
344 ("%s: inp %p still in listen hash", __func__, inp)); local
497 struct inpcb *inp; local
701 struct inpcb *inp = lctx->inp; local
805 struct inpcb *inp = tp->t_inpcb; local
888 struct inpcb *inp = tp->t_inpcb; local
1015 struct inpcb *inp = lctx->inp; local
1066 struct inpcb *inp = lctx->inp; local
1104 struct inpcb *inp = lctx->inp; local
1138 struct inpcb *inp = sotoinpcb(so); local
[all...]
/freebsd-10.0-release/tools/debugscripts/
H A Dkld_deb.py69 def searchfor(inp, re, j = 0, l = None):
70 """searchfor(inp, re, j, l): Searches for regex re in inp. It will
76 l = inp.readline()
80 l += inp.readline()
82 l = inp.readline()
87 def get_addresses(inp, out):
88 """get_addresses(inp, out): It will search for addresses from gdb.
89 inp and out, are the gdb input and output respectively. Return value is
100 l = searchfor(inp, printr
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daesni-x86.pl63 $inp="esi";
163 # void $PREFIX_encrypt (const void *inp,void *out,const AES_KEY *key);
179 # void $PREFIX_decrypt (const void *inp,void *out,const AES_KEY *key);
362 &mov ($inp,&wparam(0));
378 &movdqu ($inout0,&QWP(0,$inp));
379 &movdqu ($inout1,&QWP(0x10,$inp));
380 &movdqu ($inout2,&QWP(0x20,$inp));
381 &movdqu ($inout3,&QWP(0x30,$inp));
382 &movdqu ($inout4,&QWP(0x40,$inp));
383 &movdqu ($inout5,&QWP(0x50,$inp));
[all...]

Completed in 348 milliseconds

123456789