Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Doutput.c
H A Dproto.c
H A Dinput.c
/linux/drivers/xen/
H A Dpvcalls-front.c107 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_enter_sock()
120 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_exit_sock()
316 sock->sk->sk_send_head = (void *)map; in pvcalls_front_socket()
902 newsock->sk->sk_send_head = (void *)map2; in pvcalls_front_accept()
1043 sock->sk->sk_send_head = NULL; in pvcalls_front_release()
1118 map->sock->sk->sk_send_head = NULL; in pvcalls_front_remove()
/linux/include/net/
H A Dsock.h488 struct sk_buff *sk_send_head; member