Home
last modified time | relevance | path

Searched refs:sk_send_head (Results 1 – 6 of 6) 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.c108 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_enter_sock()
121 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_exit_sock()
351 sock->sk->sk_send_head = (void *)map; in pvcalls_front_socket()
965 newsock->sk->sk_send_head = (void *)map2; in pvcalls_front_accept()
1106 sock->sk->sk_send_head = NULL; in pvcalls_front_release()
1182 map->sock->sk->sk_send_head = NULL; in pvcalls_front_remove()
/linux/net/core/
H A Dsock.c2540 newsk->sk_send_head = NULL; in sk_clone()
3756 sk->sk_send_head = NULL; in sock_init_data_uid()
4601 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_tx, sk_send_head); in sock_struct_check()
/linux/include/net/
H A Dsock.h488 struct sk_buff *sk_send_head; member