| /linux/Documentation/networking/ |
| H A D | skbuff.rst | 12 .. kernel-doc:: include/linux/skbuff.h 30 .. kernel-doc:: include/linux/skbuff.h 36 .. kernel-doc:: include/linux/skbuff.h
|
| H A 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
|
| H A 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.
|
| H A 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
|
| H A 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
|
| H A D | kcm.rst | 81 a new message and is given an skbuff that contains the bytes received so far.
|
| H A D | timestamping.rst | 387 skbuff as a result of Nagle, cork, autocork, segmentation and GSO. The 390 last byte after an skbuff extend or merge operation. It stores the 391 relevant sequence number in skb_shinfo(skb)->tskey. Because an skbuff
|
| H A D | can.rst | 438 unit (MTU) of the CAN(FD) network interface and skbuff data length. Two 1115 buffer (skbuff) in the protocol family PF_CAN.
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 179 pool->skbuff = kcalloc(pool->size, sizeof(void *), GFP_KERNEL); in ibmveth_alloc_buffer_pool() 181 if (!pool->skbuff) { in ibmveth_alloc_buffer_pool() 247 if (!pool->skbuff[index]) { in ibmveth_replenish_buffer_pool() 268 pool->skbuff[index] = skb; in ibmveth_replenish_buffer_pool() 279 ibmveth_flush_buffer(pool->skbuff[index]->data, in ibmveth_replenish_buffer_pool() 288 *(u64 *)pool->skbuff[index]->data = correlators[filled]; in ibmveth_replenish_buffer_pool() 343 if (pool->skbuff[index]) { in ibmveth_replenish_buffer_pool() 350 dev_kfree_skb_any(pool->skbuff[index]); in ibmveth_replenish_buffer_pool() 351 pool->skbuff[index] = NULL; in ibmveth_replenish_buffer_pool() 421 if (pool->skbuff && pool->dma_addr) { in ibmveth_free_buffer_pool() [all …]
|
| H A D | ibmveth.h | 142 struct sk_buff **skbuff; member
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | SCTP.rst | 36 @skb - 指向包含关联数据包skbuff的指针。 124 @skb - 指向COOKIE ACK数据包的skbuff指针。 199 @skb - 指向关联数据包skbuff的指针。 262 @skb - 指向COOKIE ACK包skbuff的指针。
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 311 缓冲区到 skbuff 映射。实现确保在所有情况下都正确,通过跟踪每个 send() 传递 312 给send() 的最后一个字节,即使它在 skbuff 扩展或合并操作后不再是最后一个字 313 节。它存储相关的序列号在 skb_shinfo(skb)->tskey。因为一个 skbuff 只有一
|
| /linux/Documentation/security/ |
| H A 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/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 222 skb = ring->skbuff[entry]; in rtase_tx_clear_range() 228 ring->skbuff[entry] = NULL; in rtase_tx_clear_range() 287 if (ring->skbuff[entry]) { in tx_handler() 289 bytes_compl += ring->skbuff[entry]->len; in tx_handler() 290 napi_consume_skb(ring->skbuff[entry], budget); in tx_handler() 291 ring->skbuff[entry] = NULL; in tx_handler() 325 memset(ring->skbuff, 0x0, sizeof(ring->skbuff)); in rtase_tx_desc_init() 1288 ring->skbuff[entry] = skb; in rtase_xmit_frags() 1372 ring->skbuff[entry] = skb; in rtase_start_xmit() 1422 ring->skbuff[entry] = NULL; in rtase_start_xmit()
|
| H A D | rtase.h | 293 struct sk_buff *skbuff[RTASE_NUM_DESC]; member
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A 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/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.h | 272 u64 *skbuff; member
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 926 which set the skbuff mark by means of hash calculation within a given
|
| /linux/ |
| H A D | MAINTAINERS | 18246 F: include/linux/skbuff*
|