| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | smt.c | 155 req = (struct cpl_smt_write_req *)__skb_put(skb, size); in write_smt_entry() 189 t6req = (struct cpl_t6_smt_write_req *)__skb_put(skb, size); in write_smt_entry()
|
| /linux-6.15/net/bluetooth/bnep/ |
| H A D | core.c | 383 put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2)); in bnep_rx_frame() 389 put_unaligned(s->eh.h_proto, (__be16 *)__skb_put(nskb, 2)); in bnep_rx_frame() 394 put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2)); in bnep_rx_frame() 398 skb_copy_from_linear_data(skb, __skb_put(nskb, skb->len), skb->len); in bnep_rx_frame()
|
| H A D | netdev.c | 69 __skb_put(skb, sizeof(*r)); in bnep_net_set_mc_list()
|
| /linux-6.15/lib/tests/ |
| H A D | blackhole_dev_kunit.c | 42 memset(__skb_put(skb, data_len), 0xf, data_len); in test_blackholedev()
|
| /linux-6.15/net/802/ |
| H A D | mrp.c | 325 ph = __skb_put(skb, sizeof(*ph)); in mrp_pdu_init() 338 endmark = __skb_put(app->pdu, sizeof(*endmark)); in mrp_pdu_append_end_mark() 382 mh = __skb_put(app->pdu, sizeof(*mh)); in mrp_pdu_append_msg_hdr() 396 vah = __skb_put(app->pdu, sizeof(*vah) + attrlen); in mrp_pdu_append_vecattr_hdr() 448 vaevents = __skb_put(app->pdu, sizeof(u8)); in mrp_pdu_append_vecattr_event()
|
| H A D | garp.c | 235 gp = __skb_put(skb, sizeof(*gp)); in garp_pdu_init() 282 gm = __skb_put(app->pdu, sizeof(*gm)); in garp_pdu_append_msg() 313 ga = __skb_put(app->pdu, len); in garp_pdu_append_attr()
|
| /linux-6.15/net/core/ |
| H A D | net_test.c | 162 __skb_put(skb, sizeof(hdr) + tcase->linear_len); in gso_test_func() 199 __skb_put(frag_skb, frag_size); in gso_test_func()
|
| H A D | xdp.c | 650 __skb_put(skb, xdp->data_end - xdp->data); in xdp_build_skb_from_buff() 764 memcpy(__skb_put(skb, len), xdp->data_meta, LARGEST_ALIGN(len)); in xdp_build_skb_from_zc() 815 __skb_put(skb, xdpf->len); in __xdp_build_skb_from_frame()
|
| /linux-6.15/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_rx.c | 297 __skb_put(skb, curr_len); in rx_recv_jumbo_pkt() 400 __skb_put(skb, pkt_len); in rxq_recv() 402 __skb_put(skb, HINIC_RX_BUF_SZ); in rxq_recv()
|
| /linux-6.15/drivers/net/ethernet/google/gve/ |
| H A D | gve_utils.c | 76 __skb_put(skb, len); in gve_rx_copy_data()
|
| /linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_main.c | 354 __skb_put(skb, gl->tot_len + sizeof(struct cpl_pass_accept_req) in copy_gl_to_skb_pkt() 411 __skb_put(skb, len); in chtls_recv_rsp()
|
| H A D | chtls_hw.c | 52 req = (struct cpl_set_tcb_field *)__skb_put(skb, wrlen); in __set_tcb_field()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | testmode.c | 135 get_random_bytes(__skb_put(head, head_len - sizeof(*hdr)), in mt76_testmode_alloc_skb() 162 get_random_bytes(__skb_put(frag, frag_len), frag_len); in mt76_testmode_alloc_skb()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_ipcomp.c | 62 __skb_put(skb, hlen); in ipcomp_post_acomp()
|
| /linux-6.15/drivers/net/mctp/ |
| H A D | mctp-usb.c | 179 __skb_put(skb, len); in mctp_usb_in_complete()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | rx.c | 89 __skb_put(skb, hdr_len); in efx_rx_mk_skb()
|
| /linux-6.15/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_ddp.c | 79 req = __skb_put(skb, wr_len); in cxgbit_ppod_init_idata()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_offload.c | 538 req = __skb_put(skb, sizeof(*req)); in mk_tid_release() 800 __skb_put(skb, len); in cxgb3_get_cpl_reply_skb() 837 __skb_put(reply_skb, sizeof(struct cpl_abort_rpl)); in do_abort_req_rss()
|
| H A D | l2t.c | 99 req = __skb_put(skb, sizeof(*req)); in setup_l2e_send_pending()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | rx.c | 89 __skb_put(skb, hdr_len); in efx_rx_mk_skb()
|
| H A D | ef100_rep.c | 460 __skb_put(skb, rx_buf->len); in efx_ef100_rep_rx_packet()
|
| /linux-6.15/net/phonet/ |
| H A D | af_phonet.c | 215 __skb_put(skb, len); in pn_raw_send()
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_xsk.c | 227 memcpy(__skb_put(skb, totalsize), xdp->data_meta, in ixgbe_construct_skb_zc()
|
| /linux-6.15/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.h | 370 __skb_put(skb, wrlen); in alloc_wr()
|
| /linux-6.15/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed_wo.c | 204 __skb_put(skb, len); in mtk_wed_wo_rx_run_queue()
|