Searched refs:send_ack (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/sound/core/seq/ |
D | seq_ports.c | 179 struct snd_seq_port_subscribe *info, int send_ack); 183 struct snd_seq_port_subscribe *info, int send_ack); 419 int send_ack) in subscribe_port() argument 433 if (err >= 0 && send_ack && client->type == USER_CLIENT) in subscribe_port() 444 int send_ack) in unsubscribe_port() argument 453 if (send_ack && client->type == USER_CLIENT) in unsubscribe_port()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_dp501.c | 19 static void send_ack(struct ast_private *ast) in send_ack() function 102 send_ack(ast); in ast_write_cmd() 124 send_ack(ast); in ast_write_data()
|
/linux-4.1.27/drivers/misc/ |
D | kgdbts.c | 132 static int send_ack; variable 753 if (send_ack) { in run_simple_test() 754 send_ack = 0; in run_simple_test() 820 send_ack = 1; in run_simple_test()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_rc.c | 1359 goto send_ack; in ipath_rc_rcv_error() 1490 goto send_ack; in ipath_rc_rcv_error() 1503 goto send_ack; in ipath_rc_rcv_error() 1521 send_ack: in ipath_rc_rcv_error() 1631 goto send_ack; in ipath_rc_rcv() 1939 goto send_ack; in ipath_rc_rcv() 1945 goto send_ack; in ipath_rc_rcv() 1953 goto send_ack; in ipath_rc_rcv() 1961 send_ack: in ipath_rc_rcv()
|
D | ipath_eeprom.c | 305 static void send_ack(struct ipath_devdata *dd) in send_ack() function 536 send_ack(dd); in ipath_eeprom_internal_read()
|
/linux-4.1.27/include/net/ |
D | request_sock.h | 37 void (*send_ack)(struct sock *sk, struct sk_buff *skb, member
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 1785 goto send_ack; in qib_rc_rcv_error() 1796 goto send_ack; in qib_rc_rcv_error() 1815 send_ack: in qib_rc_rcv_error() 1912 goto send_ack; in qib_rc_rcv() 2238 goto send_ack; in qib_rc_rcv() 2284 send_ack: in qib_rc_rcv()
|
/linux-4.1.27/net/nfc/ |
D | digital_dep.c | 212 int (*send_ack)(struct nfc_digital_dev *ddev, in digital_recv_dep_data_gather() 253 rc = send_ack(ddev, data_exch); in digital_recv_dep_data_gather()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_minisocks.c | 702 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req()
|
D | tcp_ipv4.c | 1206 .send_ack = tcp_v4_reqsk_send_ack,
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 546 bool send_ack = true; in vnet_walk_rx() local 572 send_ack = false; in vnet_walk_rx() 578 if (send_ack) { in vnet_walk_rx()
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 587 .send_ack = dccp_reqsk_send_ack,
|
D | ipv6.c | 292 .send_ack = dccp_reqsk_send_ack,
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 106 static int send_ack(struct nes_cm_node *cm_node, struct sk_buff *skb); 1205 static int send_ack(struct nes_cm_node *cm_node, struct sk_buff *skb) in send_ack() function 1826 send_ack(cm_node, NULL); in handle_fin_pkt() 1835 send_ack(cm_node, NULL); in handle_fin_pkt()
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 710 .send_ack = tcp_v6_reqsk_send_ack,
|