Searched refs:eaten (Results 1 - 17 of 17) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_input.c1339 /* Whole SKB was eaten :-) */ tcp_shifted_skb()
4157 /* RCV.NXT advances, some SACKs should be eaten. */
4165 /* Empty ofo queue, hence, all the SACKs are eaten. Clear. */ tcp_sack_remove()
4237 bool fragstolen, eaten; tcp_ofo_queue() local
4261 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); tcp_ofo_queue()
4263 if (!eaten) tcp_ofo_queue()
4267 if (eaten) tcp_ofo_queue()
4424 int eaten; tcp_queue_rcv() local
4428 eaten = (tail && tcp_queue_rcv()
4431 if (!eaten) { tcp_queue_rcv()
4435 return eaten; tcp_queue_rcv()
4491 int eaten = -1; tcp_data_queue() local
4525 eaten = (chunk == skb->len); tcp_data_queue()
4531 if (eaten <= 0) { tcp_data_queue()
4533 if (eaten < 0 && tcp_data_queue()
4537 eaten = tcp_queue_rcv(sk, skb, 0, &fragstolen); tcp_data_queue()
4560 if (eaten > 0) tcp_data_queue()
4963 * such data and will stay in TCP_URG_NOTYET until will be eaten tcp_check_urg()
5264 int eaten = 0; tcp_rcv_established() local
5289 eaten = 1; tcp_rcv_established()
5292 if (!eaten) { tcp_rcv_established()
5313 eaten = tcp_queue_rcv(sk, skb, tcp_header_len, tcp_rcv_established()
5329 if (eaten) tcp_rcv_established()
H A Dtcp_output.c1972 /* We've eaten all the data from this skb. tcp_for_write_queue_from_safe()
/linux-4.1.27/sound/soc/codecs/
H A Dad1980.c221 * case the first nibble of data is eaten by the addr. (Tag is ad1980_reset()
/linux-4.1.27/net/sched/
H A Dsch_choke.c279 goto other_drop; /* Packet was eaten by filter */ choke_enqueue()
/linux-4.1.27/arch/x86/kernel/
H A Dnmi.c399 * NMI will get eaten by the logic below, again losing a default_do_nmi()
/linux-4.1.27/include/linux/wimax/
H A Ddebug.h507 * replace : by \n so it doesn't get eaten later by d_parse_params()
/linux-4.1.27/arch/sparc/kernel/
H A Dpci.c610 * eaten on alpha centauri by some green and jelly pci_bus_register_of_sysfs()
/linux-4.1.27/drivers/net/ethernet/3com/
H A D3c515.c312 struct sk_buff *tx_skb; /* Packet being eaten by bus master ctrl. */
H A D3c59x.c607 struct sk_buff *tx_skb; /* Packet being eaten by bus master ctrl. */
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h1371 * the target has eaten the message.
H A Dsym_fw2.h1250 * the target has eaten the message.
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_pool.c1237 * In the case 2/3 locks are eaten out by list_for_each_entry()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c1615 * the "ack" sometimes gets eaten (see bcm63xx_ep0_one_round()
/linux-4.1.27/fs/
H A Dsplice.c1022 /* dismiss the fully eaten buffers, adjust the partial one */ iter_file_splice_write()
/linux-4.1.27/net/ipx/
H A Daf_ipx.c596 * We want to ensure the original was eaten or that we only use ipxitf_send()
/linux-4.1.27/drivers/scsi/
H A Dscsi_lib.c2838 sdev_printk(KERN_ERR, sdev, "event %d eaten due to OOM\n", sdev_evt_send_simple()
/linux-4.1.27/net/core/
H A Dsock.c324 /* Maximal space eaten by iovec or ancillary data plus some space */

Completed in 568 milliseconds