Searched refs:dccp_sendmsg (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/net/dccp/
H A Dprobe.c105 .symbol_name = "dccp_sendmsg",
H A Dinput.c495 * schedule an ack here, as dccp_sendmsg does this for dccp_rcv_request_sent_state_process()
514 * dccp_sendmsg() terminates and the application gets notified. dccp_rcv_request_sent_state_process()
H A Dproto.c744 int dccp_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) dccp_sendmsg() function
806 EXPORT_SYMBOL_GPL(dccp_sendmsg); variable
H A Ddccp.h312 int dccp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size);
H A Doutput.c302 * Since dccp_sendmsg queues packets without waiting for them to be sent, it may
H A Dipv4.c961 .sendmsg = dccp_sendmsg,
H A Dipv6.c1029 .sendmsg = dccp_sendmsg,

Completed in 154 milliseconds