Searched refs:add_grams (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/stand/lib/inet/ |
H A D | udp.c | 151 add_grams(&ugp, igp); in udp_input() 154 add_grams(&sockets[index].inq, ugp); in udp_input()
|
H A D | ipv4.c | 788 add_grams(&ipv4_listp, igp); in ipv4_input() 878 add_grams(&ipv4_listp, newgp); in ipv4_input() 929 add_grams(&ipv4_listp, newgp); in ipv4_input() 954 add_grams(&sockets[index].inq, ipv4_listp); in ipv4_input()
|
H A D | ibd.c | 406 add_grams(&sockets[index].inq, inp); in ibd_input()
|
H A D | ethernet.c | 407 add_grams(&sockets[index].inq, inp); in ether_input()
|
/titanic_44/usr/src/stand/lib/sock/ |
H A D | socket_impl.h | 149 extern void add_grams(struct inetgram **, struct inetgram *);
|
H A D | socket.c | 1168 add_grams(struct inetgram **igpp, struct inetgram *newgp) in add_grams() function
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 6776 add_grams(&sockets[sock_id].inq, in_gram); in tcp_rcv_drain() 6831 add_grams(&sockets[sock_id].inq, in_gram); in tcp_drain_needed()
|