| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | output.c | 409 skb_reserve(skb, MAX_DCCP_HEADER); in dccp_make_response() 467 skb_reserve(skb, sk->sk_prot->max_header); in dccp_ctl_make_reset() 522 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_reset() 556 skb_reserve(skb, sk->sk_prot->max_header); in dccp_connect() 589 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_ack() 647 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_sync() 678 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_close()
|
| /OK3568_Linux_fs/kernel/net/rose/ |
| H A D | rose_link.c | 187 skb_reserve(skb, AX25_BPQ_HEADER_LEN + AX25_MAX_HEADER_LEN); in rose_transmit_restart_request() 216 skb_reserve(skb, AX25_BPQ_HEADER_LEN + AX25_MAX_HEADER_LEN); in rose_transmit_restart_confirmation() 247 skb_reserve(skb, AX25_BPQ_HEADER_LEN + AX25_MAX_HEADER_LEN); in rose_transmit_clear_request()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | nft_reject_bridge.c | 91 skb_reserve(nskb, LL_MAX_HEADER); in nft_reject_br_send_v4_tcp_reset() 143 skb_reserve(nskb, LL_MAX_HEADER); in nft_reject_br_send_v4_unreach() 207 skb_reserve(nskb, LL_MAX_HEADER); in nft_reject_br_send_v6_tcp_reset() 272 skb_reserve(nskb, LL_MAX_HEADER); in nft_reject_br_send_v6_unreach()
|
| /OK3568_Linux_fs/kernel/net/x25/ |
| H A D | x25_link.c | 121 skb_reserve(skb, X25_MAX_L2_LEN); in x25_transmit_restart_request() 148 skb_reserve(skb, X25_MAX_L2_LEN); in x25_transmit_restart_confirmation() 175 skb_reserve(skb, X25_MAX_L2_LEN); in x25_transmit_clear_request()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_synproxy_core.c | 487 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_client_synack() 530 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_server_syn() 575 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_server_ack() 613 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_client_ack() 900 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_client_synack_ipv6() 944 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_server_syn_ipv6() 989 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_server_ack_ipv6() 1028 skb_reserve(nskb, MAX_TCP_HEADER); in synproxy_send_client_ack_ipv6()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_fake_ap.c | 185 skb_reserve(skb, RXDESC_OFFSET); in gen_probersp() 246 skb_reserve(skb, RXDESC_OFFSET); in gen_beacon() 288 skb_reserve(skb, RXDESC_OFFSET); in gen_auth() 347 skb_reserve(skb, RXDESC_OFFSET); in gen_assocrsp()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_fake_ap.c | 185 skb_reserve(skb, RXDESC_OFFSET); in gen_probersp() 246 skb_reserve(skb, RXDESC_OFFSET); in gen_beacon() 288 skb_reserve(skb, RXDESC_OFFSET); in gen_auth() 347 skb_reserve(skb, RXDESC_OFFSET); in gen_assocrsp()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_nsp_out.c | 124 skb_reserve(skb, hdr); in dn_alloc_skb() 449 skb_reserve(skb, 9); in dn_nsp_send_data_ack() 461 skb_reserve(skb, 9); in dn_nsp_send_oth_ack() 606 skb_reserve(skb, DN_MAX_NSP_DATA_HEADER); in dn_nsp_send_link()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_tx.c | 198 skb_reserve(txb->fragments[i], headroom); in libipw_alloc_txb() 347 skb_reserve(skb_new, crypt->ops->extra_msdu_prefix_len); in libipw_xmit() 455 skb_reserve(skb_frag, in libipw_xmit()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | bluetooth.h | 393 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_alloc() 404 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_send_alloc() 440 skb_reserve(skb, headroom); in bt_skb_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/netrom/ |
| H A D | nr_subr.c | 150 skb_reserve(skb, NR_NETWORK_LEN); in nr_write_internal() 222 skb_reserve(skbn, 0); in __nr_transmit_reply()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_network.h | 281 skb_reserve(skb, r); in recv_buffer_alloc() 319 skb_reserve(skb, r); in recv_buffer_fast_alloc() 379 skb_reserve(skb, r); in recv_buffer_reuse()
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_subr.c | 155 skb_reserve(skb, ax25->ax25_dev->dev->hard_header_len); in ax25_send_control() 199 skb_reserve(skb, dev->hard_header_len); in ax25_return_dm()
|
| /OK3568_Linux_fs/kernel/include/linux/can/ |
| H A D | skb.h | 47 skb_reserve(skb, sizeof(struct can_skb_priv)); in can_skb_reserve()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/ |
| H A D | islpci_eth.c | 118 skb_reserve(skb, (4 - (long) skb->data) & 0x03); in islpci_eth_transmit() 147 skb_reserve(newskb, newskb_offset); in islpci_eth_transmit() 419 skb_reserve(skb, (4 - (long) skb->data) & 0x03); in islpci_eth_receive()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_hst.c | 160 skb_reserve(skb, sizeof(struct htc_frame_hdr)); in htc_config_pipe_credits() 198 skb_reserve(skb, sizeof(struct htc_frame_hdr)); in htc_setup_complete() 267 skb_reserve(skb, sizeof(struct htc_frame_hdr)); in htc_connect_service()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | recv_linux.c | 98 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7)); /* force pkt_copy->data at 8-byte al… in rtw_os_alloc_recvframe() 99 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtw_os_alloc_recvframe() 237 skb_reserve(rbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sdio_init_recvbuf_with_skb() 349 skb_reserve(sub_skb, 14); in rtw_os_alloc_msdu_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | recv_linux.c | 97 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7)); /* force pkt_copy->data at 8-byte al… in rtw_os_alloc_recvframe() 98 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtw_os_alloc_recvframe() 237 skb_reserve(rbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sdio_init_recvbuf_with_skb() 349 skb_reserve(sub_skb, 14); in rtw_os_alloc_msdu_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | recv_linux.c | 97 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7)); /* force pkt_copy->data at 8-byte al… in rtw_os_alloc_recvframe() 98 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtw_os_alloc_recvframe() 236 skb_reserve(rbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sdio_init_recvbuf_with_skb() 348 skb_reserve(sub_skb, 14); in rtw_os_alloc_msdu_pkt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | recv_linux.c | 97 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7)); /* force pkt_copy->data at 8-byte al… in rtw_os_alloc_recvframe() 98 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtw_os_alloc_recvframe() 236 skb_reserve(rbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sdio_init_recvbuf_with_skb() 348 skb_reserve(sub_skb, 14); in rtw_os_alloc_msdu_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | recv_linux.c | 97 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7)); /* force pkt_copy->data at 8-byte al… in rtw_os_alloc_recvframe() 98 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtw_os_alloc_recvframe() 236 skb_reserve(rbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sdio_init_recvbuf_with_skb() 348 skb_reserve(sub_skb, 14); in rtw_os_alloc_msdu_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | recv_linux.c | 97 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7)); /* force pkt_copy->data at 8-byte al… in rtw_os_alloc_recvframe() 98 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtw_os_alloc_recvframe() 236 skb_reserve(rbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sdio_init_recvbuf_with_skb() 348 skb_reserve(sub_skb, 14); in rtw_os_alloc_msdu_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | recv_linux.c | 97 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7)); /* force pkt_copy->data at 8-byte al… in rtw_os_alloc_recvframe() 98 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtw_os_alloc_recvframe() 237 skb_reserve(rbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in sdio_init_recvbuf_with_skb() 349 skb_reserve(sub_skb, 14); in rtw_os_alloc_msdu_pkt()
|
| /OK3568_Linux_fs/kernel/net/lapb/ |
| H A D | lapb_subr.c | 230 skb_reserve(skb, LAPB_HEADER_LEN + 1); in lapb_send_control() 266 skb_reserve(skb, LAPB_HEADER_LEN + 1); in lapb_transmit_frmr()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | rtl8723bs_recv.c | 322 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7));/* force pkt_copy->data at 8-byte alig… in rtl8723bs_recv_tasklet() 323 …skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz.… in rtl8723bs_recv_tasklet() 429 skb_reserve(precvbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); in rtl8723bs_init_recv_priv()
|