Home
last modified time | relevance | path

Searched refs:skb_push (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/openbmc/linux/drivers/nfc/st21nfca/
H A Ddep.c293 *(u8 *)skb_push(skb, 1) = info->dep_info.curr_nfc_dep_pni; in st21nfca_tm_send_dep_res()
294 *(u8 *)skb_push(skb, 1) = ST21NFCA_NFCIP1_DEP_RES; in st21nfca_tm_send_dep_res()
295 *(u8 *)skb_push(skb, 1) = ST21NFCA_NFCIP1_RES; in st21nfca_tm_send_dep_res()
296 *(u8 *)skb_push(skb, 1) = skb->len; in st21nfca_tm_send_dep_res()
438 *(u8 *)skb_push(skb, 1) = info->dep_info.to | 0x10; in st21nfca_im_send_psl_req()
540 *(u8 *)skb_push(skb, 1) = info->dep_info.to | 0x10; /* timeout */ in st21nfca_im_send_atr_req()
602 *(u8 *)skb_push(skb, 1) = ST21NFCA_NFCIP1_DEP_REQ; in st21nfca_im_recv_dep_res_cb()
603 *(u8 *)skb_push(skb, 1) = ST21NFCA_NFCIP1_REQ; in st21nfca_im_recv_dep_res_cb()
604 *(u8 *)skb_push(skb, 1) = skb->len; in st21nfca_im_recv_dep_res_cb()
605 *(u8 *)skb_push(skb, 1) = info->dep_info.to | 0x10; in st21nfca_im_recv_dep_res_cb()
[all …]
/openbmc/linux/lib/
H A Dtest_blackhole_dev.c49 uh = (struct udphdr *)skb_push(skb, sizeof(struct udphdr)); in test_blackholedev_init()
55 ip6h = (struct ipv6hdr *)skb_push(skb, sizeof(struct ipv6hdr)); in test_blackholedev_init()
63 skb_push(skb, sizeof(struct ethhdr)); in test_blackholedev_init()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c80 memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->src, ETH_ALEN); in rtw_os_alloc_msdu_pkt()
81 memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->dst, ETH_ALEN); in rtw_os_alloc_msdu_pkt()
86 memcpy(skb_push(sub_skb, 2), &len, 2); in rtw_os_alloc_msdu_pkt()
87 memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->src, ETH_ALEN); in rtw_os_alloc_msdu_pkt()
88 memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->dst, ETH_ALEN); in rtw_os_alloc_msdu_pkt()
/openbmc/linux/net/ax25/
H A Dax25_out.c172 p = skb_push(skbn, 2); in ax25_output()
186 p = skb_push(skbn, 1); in ax25_output()
231 frame = skb_push(skb, 1); in ax25_send_iframe()
238 frame = skb_push(skb, 2); in ax25_send_iframe()
356 ptr = skb_push(skb, headroom); in ax25_transmit_buffer()
375 ptr = skb_push(skb, 1); in ax25_queue_xmit()
/openbmc/linux/drivers/infiniband/core/
H A Dlag.c33 skb_push(skb, sizeof(struct udphdr)); in rdma_build_skb()
42 skb_push(skb, sizeof(struct iphdr)); in rdma_build_skb()
56 skb_push(skb, sizeof(struct ipv6hdr)); in rdma_build_skb()
69 skb_push(skb, sizeof(struct ethhdr)); in rdma_build_skb()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_tx.c46 skb_push(skb, sizeof(*local_tx_pd) + pad); in mwifiex_process_sta_txpd()
98 skb_push(skb, hroom); in mwifiex_process_sta_txpd()
147 skb_push(skb, sizeof(struct txpd)); in mwifiex_send_null_packet()
157 skb_push(skb, adapter->intf_hdr_len); in mwifiex_send_null_packet()
/openbmc/linux/net/dccp/
H A Doptions.c299 to = skb_push(skb, len + 2); in dccp_insert_option()
329 ptr = skb_push(skb, len); in dccp_insert_option_ndp()
378 to = skb_push(skb, len); in dccp_insert_option_timestamp_echo()
429 to = skb_push(skb, len); in dccp_insert_option_ackvec()
486 *(u8 *)skb_push(skb, 1) = DCCPO_MANDATORY; in dccp_insert_option_mandatory()
525 to = skb_push(skb, tot_len); in dccp_insert_fn_opt()
544 memset(skb_push(skb, padding), 0, padding); in dccp_insert_option_padding()
/openbmc/linux/net/nfc/nci/
H A Dspi.c67 hdr = skb_push(skb, NCI_SPI_HDR_LEN); in nci_spi_send()
158 hdr = skb_push(skb, NCI_SPI_HDR_LEN); in send_acknowledge()
232 *(u8 *)skb_push(skb, 1) = resp_hdr[1]; in __nci_spi_read()
233 *(u8 *)skb_push(skb, 1) = resp_hdr[0]; in __nci_spi_read()
/openbmc/linux/net/lapb/
H A Dlapb_out.c45 frame = skb_push(skb, 2); in lapb_send_iframe()
52 frame = skb_push(skb, 1); in lapb_send_iframe()
119 ptr = skb_push(skb, 1); in lapb_transmit_buffer()
/openbmc/linux/net/dsa/
H A Dtag_ocelot.c28 injection = skb_push(skb, OCELOT_TAG_LEN); in ocelot_xmit_common()
29 prefix = skb_push(skb, OCELOT_SHORT_PREFIX_LEN); in ocelot_xmit_common()
84 skb_push(skb, ETH_HLEN); in ocelot_rcv()
H A Dtag_brcm.c104 skb_push(skb, BRCM_TAG_LEN); in brcm_tag_xmit_ll()
234 skb_push(skb, BRCM_LEG_TAG_LEN); in brcm_leg_tag_xmit()
H A Dtag_dsa.c167 skb_push(skb, extra); in dsa_xmit_ll()
186 skb_push(skb, DSA_HLEN + extra); in dsa_xmit_ll()
/openbmc/linux/net/802/
H A Dfc.c48 fch = skb_push(skb, hdr_len); in fc_header()
58 fch = skb_push(skb, hdr_len); in fc_header()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.c131 e_snap = skb_push(skb, sizeof(struct wlan_snap)); in skb_ether_to_p80211()
143 e_llc = skb_push(skb, sizeof(struct wlan_llc)); in skb_ether_to_p80211()
387 e_hdr = skb_push(skb, ETH_HLEN); in skb_p80211_to_ether()
428 e_hdr = skb_push(skb, ETH_HLEN); in skb_p80211_to_ether()
455 e_hdr = skb_push(skb, ETH_HLEN); in skb_p80211_to_ether()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c132 skb_push(skb, iv_len); in rt2x00crypto_tx_insert_iv()
190 skb_push(skb, iv_len - align); in rt2x00crypto_rx_insert_iv()
199 skb_push(skb, iv_len + align); in rt2x00crypto_rx_insert_iv()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dmon.c54 cb_hdr = skb_push(skb, sizeof(*cb_hdr)); in wilc_wfi_monitor_rx()
79 hdr = skb_push(skb, sizeof(*hdr)); in wilc_wfi_monitor_rx()
169 cb_hdr = skb_push(skb2, sizeof(*cb_hdr)); in wilc_wfi_mon_xmit()
/openbmc/linux/net/nfc/
H A Ddigital_dep.c171 skb_push(skb, sizeof(u8)); in digital_skb_push_dep_sod()
176 *(u8 *)skb_push(skb, sizeof(u8)) = DIGITAL_NFC_DEP_NFCA_SOD_SB; in digital_skb_push_dep_sod()
540 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_in_send_ack()
577 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_in_send_nack()
609 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_in_send_atn()
647 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_in_send_rtox()
912 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_in_send_dep_req()
989 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_tg_send_ack()
1034 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_tg_send_atn()
1303 skb_push(skb, sizeof(struct digital_dep_req_res)); in digital_tg_send_dep_res()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c135 hdr = skb_push(skb, phdrlen); in prism2_rx_80211()
156 hdr = skb_push(skb, phdrlen); in prism2_rx_80211()
174 hdr = skb_push(skb, phdrlen); in prism2_rx_80211()
1042 memcpy(skb_push(skb, ETH_ALEN), src, ETH_ALEN); in hostap_80211_rx()
1043 memcpy(skb_push(skb, ETH_ALEN), dst, ETH_ALEN); in hostap_80211_rx()
1049 memcpy(skb_push(skb, 2), &len, 2); in hostap_80211_rx()
1050 memcpy(skb_push(skb, ETH_ALEN), src, ETH_ALEN); in hostap_80211_rx()
1051 memcpy(skb_push(skb, ETH_ALEN), dst, ETH_ALEN); in hostap_80211_rx()
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dutil.c28 skb_push(skb, 2); in mt76_insert_hdr_pad()
/openbmc/linux/net/netrom/
H A Dnr_out.c58 skb_push(skbn, NR_TRANSPORT_LEN); in nr_output()
193 dptr = skb_push(skb, NR_NETWORK_LEN); in nr_transmit_buffer()
/openbmc/linux/drivers/net/usb/
H A Dcdc_eem.c145 put_unaligned_le16(BIT(14) | len, skb_push(skb, 2)); in eem_tx_fixup()
222 skb_push(skb2, 2)); in eem_rx_fixup()
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c120 skb_push(skb, ETH_HLEN); in rmnet_map_ingress_handler()
186 skb_push(skb, skb->mac_len); in rmnet_bridge_handler()
/openbmc/linux/net/ipv4/
H A Desp4_offload.c86 skb_push(skb, offset); in esp4_gro_receive()
100 skb_push(skb, -skb_network_offset(skb)); in esp4_gso_encap()
307 skb_push(skb, -skb_network_offset(skb)); in esp_xmit()
/openbmc/linux/net/hsr/
H A Dhsr_forward.c91 skb_push(skb, total_length); in is_supervision_frame()
109 skb_push(skb, total_length); in is_supervision_frame()
129 skb_push(skb_in, HSR_HLEN); in create_stripped_skb_hsr()
313 dst = skb_push(skb, HSR_HLEN); in hsr_create_tagged_frame()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c72 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac3_mac_decode_he_mu_radiotap()
124 he = skb_push(skb, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()

12345678910>>...18