Home
last modified time | relevance | path

Searched refs:pskb (Results 1 – 25 of 29) sorted by relevance

12

/drivers/net/ipvlan/
A Dipvlan_core.c322 struct sk_buff *skb = *pskb; in ipvlan_rcv_frame()
338 *pskb = skb; in ipvlan_rcv_frame()
712 static rx_handler_result_t ipvlan_handle_mode_l3(struct sk_buff **pskb, in ipvlan_handle_mode_l3() argument
718 struct sk_buff *skb = *pskb; in ipvlan_handle_mode_l3()
727 ret = ipvlan_rcv_frame(addr, pskb, false); in ipvlan_handle_mode_l3()
736 struct sk_buff *skb = *pskb; in ipvlan_handle_mode_l2()
757 ret = ipvlan_handle_mode_l3(pskb, port); in ipvlan_handle_mode_l2()
763 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb) in ipvlan_handle_frame() argument
765 struct sk_buff *skb = *pskb; in ipvlan_handle_frame()
773 return ipvlan_handle_mode_l2(pskb, port); in ipvlan_handle_frame()
[all …]
A Dipvlan.h156 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb);
/drivers/s390/net/
A Dctcm_mpc.c1058 pskb->dev = dev; in ctcmpc_unpack_skb()
1060 skb_pull(pskb, TH_HEADER_LENGTH); in ctcmpc_unpack_skb()
1097 __func__, pskb->len); in ctcmpc_unpack_skb()
1108 if ((pskb->len <= 0) || (pskb->len > ch->max_bufsize)) { in ctcmpc_unpack_skb()
1118 skb_reset_mac_header(pskb); in ctcmpc_unpack_skb()
1144 skb->dev = pskb->dev; in ctcmpc_unpack_skb()
1145 skb->protocol = pskb->protocol; in ctcmpc_unpack_skb()
1174 mpcginfo->skb = pskb; in ctcmpc_unpack_skb()
1186 skb_pull(pskb, XID2_LENGTH); in ctcmpc_unpack_skb()
1198 ctcmpc_dump_skb(pskb, -8); in ctcmpc_unpack_skb()
[all …]
A Dctcm_main.c82 skb_pull(pskb, 2); in ctcm_unpack_skb()
83 pskb->dev = dev; in ctcm_unpack_skb()
90 skb_pull(pskb, LL_HEADER_LENGTH); in ctcm_unpack_skb()
142 skb_put(pskb, header->length); in ctcm_unpack_skb()
143 skb_reset_mac_header(pskb); in ctcm_unpack_skb()
145 skb = dev_alloc_skb(pskb->len); in ctcm_unpack_skb()
156 skb_copy_from_linear_data(pskb, skb_put(skb, pskb->len), in ctcm_unpack_skb()
157 pskb->len); in ctcm_unpack_skb()
159 skb->dev = pskb->dev; in ctcm_unpack_skb()
160 skb->protocol = pskb->protocol; in ctcm_unpack_skb()
[all …]
A Dctcm_main.h260 void ctcm_unpack_skb(struct channel *ch, struct sk_buff *pskb);
/drivers/staging/rtl8723bs/hal/
A Dsdio_ops.c808 if (!recvbuf->pskb) { in sd_recv_rxfifo()
813 if (!recvbuf->pskb) in sd_recv_rxfifo()
816 recvbuf->pskb->dev = adapter->pnetdev; in sd_recv_rxfifo()
818 tmpaddr = (SIZE_PTR)recvbuf->pskb->data; in sd_recv_rxfifo()
820 skb_reserve(recvbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sd_recv_rxfifo()
824 readbuf = recvbuf->pskb->data; in sd_recv_rxfifo()
831 recvbuf->phead = recvbuf->pskb->head; in sd_recv_rxfifo()
832 recvbuf->pdata = recvbuf->pskb->data; in sd_recv_rxfifo()
833 skb_set_tail_pointer(recvbuf->pskb, size); in sd_recv_rxfifo()
834 recvbuf->ptail = skb_tail_pointer(recvbuf->pskb); in sd_recv_rxfifo()
[all …]
A Drtl8723bs_recv.c398 if (!precvbuf->pskb) { in rtl8723bs_init_recv_priv()
402 precvbuf->pskb = rtw_skb_alloc(MAX_RECVBUF_SZ + RECVBUFF_ALIGN_SZ); in rtl8723bs_init_recv_priv()
404 if (precvbuf->pskb) { in rtl8723bs_init_recv_priv()
405 precvbuf->pskb->dev = padapter->pnetdev; in rtl8723bs_init_recv_priv()
407 tmpaddr = (SIZE_PTR)precvbuf->pskb->data; in rtl8723bs_init_recv_priv()
409 skb_reserve(precvbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in rtl8723bs_init_recv_priv()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Dfw.c121 struct sk_buff *pskb; in _rtl92d_cmd_send_packet() local
124 pskb = __skb_dequeue(&ring->queue); in _rtl92d_cmd_send_packet()
125 kfree_skb(pskb); in _rtl92d_cmd_send_packet()
/drivers/staging/octeon/
A Dethernet-rx.c220 struct sk_buff **pskb = NULL; in cvm_oct_poll() local
248 pskb = (struct sk_buff **) in cvm_oct_poll()
251 prefetch(pskb); in cvm_oct_poll()
262 skb = *pskb; in cvm_oct_poll()
/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_handlers.h14 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
A Drmnet_handlers.c200 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb) in rmnet_rx_handler() argument
202 struct sk_buff *skb = *pskb; in rmnet_rx_handler()
/drivers/staging/rtl8723bs/os_dep/
A Drecv_linux.c48 if (precvbuf->pskb) in rtw_os_recvbuf_resource_free()
49 dev_kfree_skb_any(precvbuf->pskb); in rtw_os_recvbuf_resource_free()
/drivers/net/wireless/realtek/rtlwifi/
A Dpci.c1013 struct sk_buff *pskb = NULL; in _rtl_pci_prepare_bcn_tasklet() local
1023 pskb = __skb_dequeue(&ring->queue); in _rtl_pci_prepare_bcn_tasklet()
1028 if (pskb) { in _rtl_pci_prepare_bcn_tasklet()
1032 pskb->len, DMA_TO_DEVICE); in _rtl_pci_prepare_bcn_tasklet()
1033 kfree_skb(pskb); in _rtl_pci_prepare_bcn_tasklet()
1037 pskb = ieee80211_beacon_get(hw, mac->vif, 0); in _rtl_pci_prepare_bcn_tasklet()
1038 if (!pskb) in _rtl_pci_prepare_bcn_tasklet()
1040 hdr = rtl_get_hdr(pskb); in _rtl_pci_prepare_bcn_tasklet()
1041 info = IEEE80211_SKB_CB(pskb); in _rtl_pci_prepare_bcn_tasklet()
1047 (u8 *)pbuffer_desc, info, NULL, pskb, in _rtl_pci_prepare_bcn_tasklet()
[all …]
A Dcore.c1846 struct sk_buff *pskb = NULL; in rtl_cmd_send_packet() local
1851 pskb = __skb_dequeue(&ring->queue); in rtl_cmd_send_packet()
1852 if (pskb) in rtl_cmd_send_packet()
1853 dev_kfree_skb_irq(pskb); in rtl_cmd_send_packet()
/drivers/net/wireless/virtual/
A Dvirt_wifi.c499 static rx_handler_result_t virt_wifi_rx_handler(struct sk_buff **pskb) in virt_wifi_rx_handler() argument
501 struct sk_buff *skb = *pskb; in virt_wifi_rx_handler()
515 *pskb = skb; in virt_wifi_rx_handler()
/drivers/net/
A Dveth.c751 struct sk_buff **pskb) in veth_convert_skb_to_xdp_buff() argument
753 struct sk_buff *skb = *pskb; in veth_convert_skb_to_xdp_buff()
759 if (skb_pp_cow_data(rq->page_pool, pskb, XDP_PACKET_HEADROOM)) in veth_convert_skb_to_xdp_buff()
762 skb = *pskb; in veth_convert_skb_to_xdp_buff()
778 *pskb = skb; in veth_convert_skb_to_xdp_buff()
783 *pskb = NULL; in veth_convert_skb_to_xdp_buff()
A Dnet_failover.c358 static rx_handler_result_t net_failover_handle_frame(struct sk_buff **pskb) in net_failover_handle_frame() argument
360 struct sk_buff *skb = *pskb; in net_failover_handle_frame()
A Dmacvlan.c446 static rx_handler_result_t macvlan_handle_frame(struct sk_buff **pskb) in macvlan_handle_frame() argument
449 struct sk_buff *skb = *pskb; in macvlan_handle_frame()
469 *pskb = skb; in macvlan_handle_frame()
520 *pskb = skb; in macvlan_handle_frame()
A Dtap.c255 rx_handler_result_t tap_handle_frame(struct sk_buff **pskb) in tap_handle_frame() argument
257 struct sk_buff *skb = *pskb; in tap_handle_frame()
A Dmacsec.c1125 static rx_handler_result_t macsec_handle_frame(struct sk_buff **pskb) in macsec_handle_frame() argument
1127 struct sk_buff *skb = *pskb; in macsec_handle_frame()
1152 *pskb = skb; in macsec_handle_frame()
1280 *pskb = NULL; in macsec_handle_frame()
1306 *pskb = NULL; in macsec_handle_frame()
1317 *pskb = NULL; in macsec_handle_frame()
1364 *pskb = skb; in macsec_handle_frame()
/drivers/net/team/
A Dteam_core.c723 static rx_handler_result_t team_handle_frame(struct sk_buff **pskb) in team_handle_frame() argument
725 struct sk_buff *skb = *pskb; in team_handle_frame()
734 *pskb = skb; in team_handle_frame()
2401 static int __send_and_alloc_skb(struct sk_buff **pskb, in __send_and_alloc_skb() argument
2407 if (*pskb) { in __send_and_alloc_skb()
2408 err = send_func(*pskb, team, portid); in __send_and_alloc_skb()
2412 *pskb = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in __send_and_alloc_skb()
2413 if (!*pskb) in __send_and_alloc_skb()
/drivers/staging/rtl8723bs/include/
A Drtw_recv.h260 struct sk_buff *pskb; member
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.c2237 struct sk_buff *pskb = csk->wr_skb_head; in chtls_rx_ack() local
2240 if (unlikely(!pskb)) { in chtls_rx_ack()
2245 csum = (__force u32)pskb->csum; in chtls_rx_ack()
2247 pskb->csum = (__force __wsum)(csum - credits); in chtls_rx_ack()
2252 kfree_skb(pskb); in chtls_rx_ack()
/drivers/net/wireless/ath/ath12k/
A Ddp_tx.c186 struct sk_buff **pskb) in ath12k_dp_tx_align_payload() argument
190 struct sk_buff *skb2, *skb = *pskb; in ath12k_dp_tx_align_payload()
215 *pskb = skb2; in ath12k_dp_tx_align_payload()
/drivers/net/ethernet/cavium/octeon/
A Docteon_mgmt.c370 struct sk_buff **pskb) in octeon_mgmt_dequeue_rx_buffer() argument
381 *pskb = __skb_dequeue(&p->rx_list); in octeon_mgmt_dequeue_rx_buffer()

Completed in 112 milliseconds

12