Home
last modified time | relevance | path

Searched refs:skb_put_zero (Results 1 – 25 of 62) sorted by relevance

123

/kernel/linux/linux-5.10/net/ncsi/
Dncsi-cmd.c68 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_default()
79 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_sp()
91 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_dc()
103 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_rc()
114 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_ae()
127 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_sl()
140 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_svf()
154 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_ev()
167 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_sma()
182 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_ebf()
[all …]
/kernel/linux/linux-5.10/net/batman-adv/
Dbat_v_elp.c232 skb_put_zero(skb, probe_len - hard_iface->bat_v.elp_skb->len); in batadv_v_elp_wifi_neigh_probe()
356 elp_buff = skb_put_zero(hard_iface->bat_v.elp_skb, in batadv_v_elp_iface_enable()
/kernel/linux/linux-5.10/net/bridge/netfilter/
Dnft_reject_bridge.c148 icmph = skb_put_zero(nskb, sizeof(struct icmphdr)); in nft_reject_br_send_v4_unreach()
277 icmp6h = skb_put_zero(nskb, sizeof(struct icmp6hdr)); in nft_reject_br_send_v6_unreach()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_ncm.c1004 skb_put_zero(skb2, ndp_pad); in package_for_tx()
1012 skb_put_zero(skb2, dgram_idx_len); in package_for_tx()
1077 ntb_data = skb_put_zero(ncm->skb_tx_data, ncb_len); in ncm_wrap_ntb()
1113 ntb_ndp = skb_put_zero(ncm->skb_tx_ndp, dgram_idx_len); in ncm_wrap_ntb()
1126 skb_put_zero(ncm->skb_tx_data, dgram_pad); in ncm_wrap_ntb()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_reject_ipv4.c76 tcph = skb_put_zero(nskb, sizeof(struct tcphdr)); in nf_reject_ip_tcphdr_put()
/kernel/linux/linux-5.10/drivers/net/usb/
Dcdc_ncm.c1069 skb_put_zero(skb, align); in cdc_ncm_align_tail()
1121 ndp16 = skb_put_zero(skb, ctx->max_ndp_size); in cdc_ncm_ndp16()
1176 ndp32 = skb_put_zero(skb, ctx->max_ndp_size); in cdc_ncm_ndp32()
1263 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1269 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()
1420 skb_put_zero(skb_out, padding_count); in cdc_ncm_fill_tx_frame()
Dkalmia.c212 skb_put_zero(skb, padlen); in kalmia_tx_fixup()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Dfw.c743 nlo_hdr = skb_put_zero(skb, sizeof(struct rtw_nlo_info_hdr)); in rtw_nlo_info_get()
766 pos = skb_put_zero(skb, IEEE80211_MAX_SSID_LEN); in rtw_nlo_info_get()
792 pos = skb_put_zero(skb, 4); in rtw_cs_channel_info_get()
823 dpk_hdr = skb_put_zero(skb, sizeof(*dpk_hdr)); in rtw_lps_pg_dpk_get()
849 pg_info_hdr = skb_put_zero(skb, sizeof(*pg_info_hdr)); in rtw_lps_pg_info_get()
/kernel/linux/linux-5.10/net/mac80211/
Dspectmgmt.c207 msr_report = skb_put_zero(skb, 24); in ieee80211_send_refuse_measurement_request()
Dagg-rx.c199 pos = skb_put_zero(skb, 2 + sizeof(struct ieee80211_addba_ext_ie)); in ieee80211_add_addbaext()
234 mgmt = skb_put_zero(skb, 24); in ieee80211_send_addba_resp()
Dmesh.c837 mgmt = skb_put_zero(skb, hdr_len); in ieee80211_mesh_build_beacon()
861 pos = skb_put_zero(skb, ie_len); in ieee80211_mesh_build_beacon()
888 pos = skb_put_zero(skb, ie_len); in ieee80211_mesh_build_beacon()
904 pos = skb_put_zero(skb, ie_len); in ieee80211_mesh_build_beacon()
Ddebugfs_netdev.c323 hdr = skb_put_zero(skb, 24); in ieee80211_if_parse_tkip_mic_test()
359 skb_put_zero(skb, 50); in ieee80211_if_parse_tkip_mic_test()
Dagg-tx.c77 mgmt = skb_put_zero(skb, 24); in ieee80211_send_addba_request()
125 bar = skb_put_zero(skb, sizeof(*bar)); in ieee80211_send_bar()
Dmesh_ps.c41 skb_put_zero(skb, 2); /* append QoS control field */ in mps_qos_null_get()
Dmesh_plink.c250 mgmt = skb_put_zero(skb, hdr_len); in mesh_plink_frame_tx()
271 pos = skb_put_zero(skb, 2); in mesh_plink_frame_tx()
Dht.c428 mgmt = skb_put_zero(skb, 24); in ieee80211_send_delba()
Dmesh_hwmp.c121 mgmt = skb_put_zero(skb, hdr_len); in mesh_path_sel_frame_tx()
257 mgmt = skb_put_zero(skb, hdr_len); in mesh_path_error_tx()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_libfc.c169 skb_put_zero(fp_skb(fp), fill); in fc_fill_hdr()
/kernel/linux/linux-5.10/net/atm/
Dsignaling.c154 msg = skb_put_zero(skb, sizeof(struct atmsvc_msg)); in sigd_enq2()
/kernel/linux/linux-5.10/net/can/
Disotp.c208 skb_put_zero(nskb, so->ll.mtu); in isotp_send_fc()
800 skb_put_zero(skb, so->ll.mtu); in isotp_tx_timer_handler()
928 skb_put_zero(skb, so->ll.mtu); in isotp_sendmsg()
/kernel/linux/linux-5.10/drivers/net/can/dev/
Ddev.c697 *cf = skb_put_zero(skb, sizeof(struct can_frame)); in alloc_can_skb()
725 *cfd = skb_put_zero(skb, sizeof(struct canfd_frame)); in alloc_canfd_skb()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_net.c470 pkt->hdr = skb_put_zero(skb, paylen); in rxe_init_packet()
/kernel/linux/linux-5.10/lib/
Dnlattr.c895 return skb_put_zero(skb, NLA_ALIGN(attrlen)); in __nla_reserve_nohdr()
/kernel/linux/linux-5.10/net/sctp/
Doutput.c464 skb_put_zero(chunk->skb, padding); in sctp_packet_pack()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dtdls.c390 wmm = skb_put_zero(skb, sizeof(*wmm)); in mwifiex_tdls_add_wmm_param_ie()
851 pos = skb_put_zero(skb, in mwifiex_send_tdls_action_frame()

123