/linux-6.6.21/Documentation/networking/ |
D | skbuff.rst | 12 .. kernel-doc:: include/linux/skbuff.h 30 .. kernel-doc:: include/linux/skbuff.h 36 .. kernel-doc:: include/linux/skbuff.h
|
D | x25-iface.rst | 21 over the LAPB link. The first byte of the skbuff indicates the meaning of 22 the rest of the skbuff, if any more information does exist. 30 This indicates that the rest of the skbuff contains data to be transmitted 54 This indicates that the rest of the skbuff contains data that has been
|
D | checksum-offloads.rst | 30 detail in comments near the top of include/linux/skbuff.h. 50 skb->csum_not_inet: see skbuff.h comment (section 'D') for more details. 58 recomputed for each resulting segment. See the skbuff.h comment (section 'E') 69 include/linux/skbuff.h). 118 include/linux/skbuff.h.
|
D | kapi.rst | 17 .. kernel-doc:: include/linux/skbuff.h 26 .. kernel-doc:: net/core/skbuff.c
|
D | lapb-module.rst | 27 Probably the most important structure is the skbuff structure for holding 203 is successful then the skbuff is owned by the LAPB module and may not be 218 to the beginning of the LAPB data. If the call is successful then the skbuff 290 stack. The skbuff becomes the property of the device driver and the LAPB 303 remote system by the device driver. The skbuff becomes the property of the
|
D | index.rst | 102 skbuff
|
D | segmentation-offloads.rst | 38 the network and transport header offsets of the skbuff so that the device 112 above. What occurs in GSO is that a given skbuff will have its data broken
|
D | ppp_generic.rst | 117 skbuff structures and start with the two-byte PPP protocol number. 136 transmission (i.e., some space free in the skbuff data area before the 140 should still check if there is sufficient headroom and copy the skbuff
|
D | netdev-features.rst | 108 For complete description, see comments near the top of include/linux/skbuff.h.
|
D | kcm.rst | 81 a new message and is given an skbuff that contains the bytes received so far.
|
D | timestamping.rst | 347 skbuff as a result of Nagle, cork, autocork, segmentation and GSO. The 350 last byte after an skbuff extend or merge operation. It stores the 351 relevant sequence number in skb_shinfo(skb)->tskey. Because an skbuff
|
D | can.rst | 438 unit (MTU) of the CAN(FD) network interface and skbuff data length. Two 1116 buffer (skbuff) in the protocol family PF_CAN.
|
/linux-6.6.21/drivers/net/ethernet/ |
D | fealnx.c | 237 struct sk_buff *skbuff; member 1061 while (np->lack_rxbuf->skbuff) in allocate_rx_buffers() 1064 np->lack_rxbuf->skbuff = skb; in allocate_rx_buffers() 1244 np->rx_ring[i].skbuff = NULL; in init_ring() 1261 np->rx_ring[i].skbuff = skb; in init_ring() 1282 np->tx_ring[i].skbuff = NULL; in init_ring() 1298 np->cur_tx_copy->skbuff = skb; in start_tx() 1328 next->skbuff = skb; in start_tx() 1386 if (cur->skbuff) { in reset_tx_descriptors() 1388 cur->skbuff->len, DMA_TO_DEVICE); in reset_tx_descriptors() [all …]
|
/linux-6.6.21/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 180 pool->skbuff = kcalloc(pool->size, sizeof(void *), GFP_KERNEL); in ibmveth_alloc_buffer_pool() 182 if (!pool->skbuff) { in ibmveth_alloc_buffer_pool() 245 BUG_ON(pool->skbuff[index] != NULL); in ibmveth_replenish_buffer_pool() 255 pool->skbuff[index] = skb; in ibmveth_replenish_buffer_pool() 286 pool->skbuff[index] = NULL; in ibmveth_replenish_buffer_pool() 341 if (pool->skbuff && pool->dma_addr) { in ibmveth_free_buffer_pool() 343 struct sk_buff *skb = pool->skbuff[i]; in ibmveth_free_buffer_pool() 350 pool->skbuff[i] = NULL; in ibmveth_free_buffer_pool() 360 if (pool->skbuff) { in ibmveth_free_buffer_pool() 361 kfree(pool->skbuff); in ibmveth_free_buffer_pool() [all …]
|
D | ibmveth.h | 122 struct sk_buff **skbuff; member
|
/linux-6.6.21/net/rxrpc/ |
D | Makefile | 34 skbuff.o \
|
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 515 sq->skbuff = kcalloc(q_len, sizeof(u64), GFP_KERNEL); in nicvf_init_snd_queue() 516 if (!sq->skbuff) in nicvf_init_snd_queue() 594 skb = (struct sk_buff *)sq->skbuff[sq->head]; in nicvf_free_snd_queue() 622 kfree(sq->skbuff); in nicvf_free_snd_queue() 1195 skb = (struct sk_buff *)sq->skbuff[sq->head]; in nicvf_sq_free_used_descs() 1352 sq->skbuff[qentry] = (u64)skb; in nicvf_sq_add_hdr_subdesc() 1444 sq->skbuff[qentry] = (u64)skb; in nicvf_sq_add_cqe_subdesc() 1535 sq->skbuff[hdr_qentry] = (u64)NULL; in nicvf_sq_append_tso() 1541 sq->skbuff[hdr_qentry] = (u64)skb; in nicvf_sq_append_tso()
|
D | nicvf_queues.h | 272 u64 *skbuff; member
|
D | nicvf_main.c | 693 skb = (struct sk_buff *)sq->skbuff[cqe_tx->sqe_ptr]; in nicvf_snd_pkt_handler() 717 sq->skbuff[cqe_tx->sqe_ptr] = (u64)NULL; in nicvf_snd_pkt_handler()
|
/linux-6.6.21/Documentation/security/ |
D | SCTP.rst | 31 @skb - pointer to skbuff of association packet. 128 @skb - pointer to skbuff of the COOKIE ACK packet. 209 @skb - pointer to skbuff of association packet. 278 @skb - pointer to skbuff of the COOKIE ACK packet.
|
/linux-6.6.21/net/core/ |
D | Makefile | 6 obj-y := sock.o request_sock.o skbuff.o datagram.o stream.o scm.o \
|
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/ |
D | txrx.c | 1456 struct sk_buff *skbuff = NULL; in ath6kl_rx() local 1485 while ((skbuff = skb_dequeue(&conn->psq))) { in ath6kl_rx() 1487 ath6kl_data_tx(skbuff, vif->ndev); in ath6kl_rx() 1492 while ((skbuff = skb_dequeue(&conn->apsdq))) { in ath6kl_rx() 1494 ath6kl_data_tx(skbuff, vif->ndev); in ath6kl_rx()
|
/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/ |
D | lio_core.c | 579 void *skbuff, in liquidio_push_packet() argument 588 struct sk_buff *skb = (struct sk_buff *)skbuff; in liquidio_push_packet()
|