/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc_usb.c | 156 struct sk_buff *skbuff; /* actual used buffer */ member 601 if (fifo->skbuff) { in tx_iso_complete() 602 len = fifo->skbuff->len; in tx_iso_complete() 628 tx_offset + 1, fifo->skbuff->data, in tx_iso_complete() 630 skb_pull(fifo->skbuff, current_len); in tx_iso_complete() 654 (void *) (unsigned long) fifo->skbuff-> in tx_iso_complete() 656 if (fifo->skbuff && fifo->delete_flg) { in tx_iso_complete() 657 dev_kfree_skb_any(fifo->skbuff); in tx_iso_complete() 658 fifo->skbuff = NULL; in tx_iso_complete() 791 if (!fifo->skbuff) { in collect_rx_frame() [all …]
|
/linux-4.1.27/drivers/net/ethernet/ |
D | fealnx.c | 244 struct sk_buff *skbuff; member 1074 while (np->lack_rxbuf->skbuff) in allocate_rx_buffers() 1077 np->lack_rxbuf->skbuff = skb; in allocate_rx_buffers() 1255 np->rx_ring[i].skbuff = NULL; in init_ring() 1272 np->rx_ring[i].skbuff = skb; in init_ring() 1291 np->tx_ring[i].skbuff = NULL; in init_ring() 1307 np->cur_tx_copy->skbuff = skb; in start_tx() 1336 next->skbuff = skb; in start_tx() 1392 if (cur->skbuff) { in reset_tx_descriptors() 1394 cur->skbuff->len, PCI_DMA_TODEVICE); in reset_tx_descriptors() [all …]
|
/linux-4.1.27/Documentation/DocBook/ |
D | .networking.xml.cmd | 2 …tworking.tmpl include/linux/net.h include/linux/skbuff.h include/net/sock.h net/socket.c net/core/…
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 171 pool->skbuff = kcalloc(pool->size, sizeof(void *), GFP_KERNEL); in ibmveth_alloc_buffer_pool() 173 if (!pool->skbuff) { in ibmveth_alloc_buffer_pool() 238 BUG_ON(pool->skbuff[index] != NULL); in ibmveth_replenish_buffer_pool() 248 pool->skbuff[index] = skb; in ibmveth_replenish_buffer_pool() 279 pool->skbuff[index] = NULL; in ibmveth_replenish_buffer_pool() 334 if (pool->skbuff && pool->dma_addr) { in ibmveth_free_buffer_pool() 336 struct sk_buff *skb = pool->skbuff[i]; in ibmveth_free_buffer_pool() 343 pool->skbuff[i] = NULL; in ibmveth_free_buffer_pool() 353 if (pool->skbuff) { in ibmveth_free_buffer_pool() 354 kfree(pool->skbuff); in ibmveth_free_buffer_pool() [all …]
|
D | ibmveth.h | 121 struct sk_buff **skbuff; member
|
/linux-4.1.27/Documentation/networking/ |
D | x25-iface.txt | 16 over the LAPB link. The first byte of the skbuff indicates the meaning of 17 the rest of the skbuff, if any more information does exist. 25 This indicates that the rest of the skbuff contains data to be transmitted 49 This indicates that the rest of the skbuff contains data that has been
|
D | lapb-module.txt | 21 Probably the most important structure is the skbuff structure for holding 175 is successful then the skbuff is owned by the LAPB module and may not be 187 to the beginning of the LAPB data. If the call is successful then the skbuff 249 stack. The skbuff becomes the property of the device driver and the LAPB 261 remote system by the device driver. The skbuff becomes the property of the
|
D | timestamping.txt | 221 skbuff as a result of Nagle, cork, autocork, segmentation and GSO. The 224 last byte after an skbuff extend or merge operation. It stores the 225 relevant sequence number in skb_shinfo(skb)->tskey. Because an skbuff
|
D | ppp_generic.txt | 113 skbuff structures and start with the two-byte PPP protocol number. 132 transmission (i.e., some space free in the skbuff data area before the 136 should still check if there is sufficient headroom and copy the skbuff
|
D | netdev-features.txt | 105 For complete description, see comments near the top of include/linux/skbuff.h.
|
D | can.txt | 411 unit (MTU) of the CAN(FD) network interface and skbuff data length. Two 938 buffer (skbuff) in the protocol family PF_CAN.
|
/linux-4.1.27/net/rxrpc/ |
D | Makefile | 20 ar-skbuff.o \
|
/linux-4.1.27/net/core/ |
D | Makefile | 5 obj-y := sock.o request_sock.o skbuff.o datagram.o stream.o scm.o \
|
/linux-4.1.27/drivers/net/wan/ |
D | dscc4.c | 489 struct sk_buff **skbuff; in dscc4_release_ring() local 495 skbuff = dpriv->tx_skbuff; in dscc4_release_ring() 497 if (*skbuff) { in dscc4_release_ring() 499 (*skbuff)->len, PCI_DMA_TODEVICE); in dscc4_release_ring() 500 dev_kfree_skb(*skbuff); in dscc4_release_ring() 502 skbuff++; in dscc4_release_ring() 506 skbuff = dpriv->rx_skbuff; in dscc4_release_ring() 508 if (*skbuff) { in dscc4_release_ring() 511 dev_kfree_skb(*skbuff); in dscc4_release_ring() 513 skbuff++; in dscc4_release_ring()
|
/linux-4.1.27/arch/um/drivers/ |
D | slip_kern.c | 42 static unsigned short slip_protocol(struct sk_buff *skbuff) in slip_protocol() argument
|
D | slirp_kern.c | 47 static unsigned short slirp_protocol(struct sk_buff *skbuff) in slirp_protocol() argument
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | txrx.c | 1457 struct sk_buff *skbuff = NULL; in ath6kl_rx() local 1486 while ((skbuff = skb_dequeue(&conn->psq))) { in ath6kl_rx() 1488 ath6kl_data_tx(skbuff, vif->ndev); in ath6kl_rx() 1493 while ((skbuff = skb_dequeue(&conn->apsdq))) { in ath6kl_rx() 1495 ath6kl_data_tx(skbuff, vif->ndev); in ath6kl_rx()
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 719 which set the skbuff mark by means of hash calculation within a given
|