/linux-6.3-rc2/net/batman-adv/ |
A D | distributed-arp-table.c | 236 addr = (u8 *)(skb->data + hdr_size); in batadv_arp_hw_src() 425 int hdr_size, char *msg) in batadv_dbg_arp() argument 435 ip_src = batadv_arp_ip_src(skb, hdr_size); in batadv_dbg_arp() 492 int hdr_size, char *msg) in batadv_dbg_arp() argument 1079 vid = batadv_get_vid(skb, *hdr_size); in batadv_dat_get_vid() 1087 *hdr_size += VLAN_HLEN; in batadv_dat_get_vid() 1147 int hdr_size = 0; in batadv_dat_snoop_outgoing_arp_request() local 1209 skb->len + ETH_HLEN + hdr_size); in batadv_dat_snoop_outgoing_arp_request() 1304 int hdr_size = 0; in batadv_dat_snoop_outgoing_arp_reply() local 1346 struct sk_buff *skb, int hdr_size) in batadv_dat_snoop_incoming_arp_reply() argument [all …]
|
A D | routing.c | 350 if (unlikely(!pskb_may_pull(skb, hdr_size))) in batadv_recv_icmp_packet() 442 struct sk_buff *skb, int hdr_size) in batadv_check_unicast_packet() argument 447 if (unlikely(!pskb_may_pull(skb, hdr_size))) in batadv_check_unicast_packet() 955 hdr_size = sizeof(*unicast_4addr_packet); in batadv_recv_unicast_packet() 982 hdr_size); in batadv_recv_unicast_packet() 1012 hdr_size)) in batadv_recv_unicast_packet() 1015 hdr_size)) in batadv_recv_unicast_packet() 1054 int hdr_size = sizeof(*unicast_tvlv_packet); in batadv_recv_unicast_tvlv() local 1061 if (skb_cow(skb, hdr_size) < 0) in batadv_recv_unicast_tvlv() 1073 if (tvlv_buff_len > skb->len - hdr_size) in batadv_recv_unicast_tvlv() [all …]
|
A D | distributed-arp-table.h | 30 struct sk_buff *skb, int hdr_size); 34 struct sk_buff *skb, int hdr_size); 40 struct sk_buff *skb, int hdr_size); 115 struct sk_buff *skb, int hdr_size) in batadv_dat_snoop_incoming_arp_request() argument 129 struct sk_buff *skb, int hdr_size) in batadv_dat_snoop_incoming_arp_reply() argument 143 struct sk_buff *skb, int hdr_size) in batadv_dat_snoop_incoming_dhcp_ack() argument
|
A D | fragmentation.c | 146 u16 seqno, hdr_size = sizeof(struct batadv_frag_packet); in batadv_frag_insert_packet() local 175 chain->size = skb->len - hdr_size; in batadv_frag_insert_packet() 192 chain->size += skb->len - hdr_size; in batadv_frag_insert_packet() 205 chain->size += skb->len - hdr_size; in batadv_frag_insert_packet() 253 int size, hdr_size = sizeof(struct batadv_frag_packet); in batadv_frag_merge_packets() local 265 size = ntohs(packet->total_size) + hdr_size; in batadv_frag_merge_packets() 278 skb_pull(skb_out, hdr_size); in batadv_frag_merge_packets() 287 size = entry->skb->len - hdr_size; in batadv_frag_merge_packets() 288 skb_put_data(skb_out, entry->skb->data + hdr_size, size); in batadv_frag_merge_packets()
|
A D | bridge_loop_avoidance.h | 42 int hdr_size); 77 int hdr_size) in batadv_bla_is_backbone_gw() argument
|
A D | soft-interface.h | 20 struct sk_buff *skb, int hdr_size,
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | nvm.c | 55 u32 val, nvm_size, hdr_size; in intel_switch_nvm_version() local 72 nvm_size = (nvm_size - hdr_size) / 2; in intel_switch_nvm_version() 88 unsigned int image_size, hdr_size; in intel_switch_nvm_validate() local 98 hdr_size = (*(u32 *)buf) & 0xffffff; in intel_switch_nvm_validate() 103 if (!IS_ALIGNED(hdr_size, SZ_4K)) in intel_switch_nvm_validate() 110 ds_size = *(u16 *)(buf + hdr_size); in intel_switch_nvm_validate() 126 nvm->buf_data_start = buf + hdr_size; in intel_switch_nvm_validate() 222 unsigned int image_size, hdr_size; in intel_retimer_nvm_validate() local 232 hdr_size = (*(u32 *)buf) & 0xffffff; in intel_retimer_nvm_validate() 237 if (!IS_ALIGNED(hdr_size, SZ_4K)) in intel_retimer_nvm_validate() [all …]
|
/linux-6.3-rc2/drivers/media/pci/cx18/ |
A D | cx18-vbi.c | 95 static u32 compress_raw_buf(struct cx18 *cx, u8 *buf, u32 size, u32 hdr_size) in compress_raw_buf() argument 104 buf += hdr_size; in compress_raw_buf() 116 memcpy(q, p + 4, line_size - 4 - hdr_size); in compress_raw_buf() 117 q += line_size - 4 - hdr_size; in compress_raw_buf() 118 p += line_size - hdr_size - 1; in compress_raw_buf() 119 memset(q, (int) *p, hdr_size); in compress_raw_buf() 129 const u32 hdr_size) in compress_sliced_buf() argument 138 for (i = hdr_size, buf += hdr_size; i < size; i++, buf++) { in compress_sliced_buf() 150 size -= (i - hdr_size); in compress_sliced_buf()
|
/linux-6.3-rc2/samples/bpf/ |
A D | tcp_tos_reflect_kern.c | 29 int hdr_size = 0; in bpf_basertt() local 47 hdr_size = sizeof(struct iphdr); in bpf_basertt() 49 hdr_size = sizeof(struct ipv6hdr); in bpf_basertt() 51 header, hdr_size); in bpf_basertt()
|
/linux-6.3-rc2/drivers/net/arcnet/ |
A D | rfc1051.c | 91 int hdr_size = ARC_HDR_SIZE + RFC1051_HDR_SIZE; in type_trans() local 95 skb_pull(skb, hdr_size); in type_trans() 164 int hdr_size = ARC_HDR_SIZE + RFC1051_HDR_SIZE; in build_header() local 165 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() 199 return hdr_size; in build_header() 204 return hdr_size; /* success */ in build_header()
|
A D | arc-rawmode.c | 87 int hdr_size = ARC_HDR_SIZE; in build_header() local 88 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() 105 return hdr_size; in build_header() 110 return hdr_size; /* success */ in build_header()
|
A D | capmode.c | 103 int hdr_size = ARC_HDR_SIZE; in build_header() local 104 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() 124 return hdr_size; in build_header() 129 return hdr_size; /* success */ in build_header()
|
A D | rfc1201.c | 95 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in type_trans() local 99 skb_pull(skb, hdr_size); in type_trans() 381 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in build_header() local 382 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() 435 return hdr_size; in build_header() 439 return hdr_size; in build_header()
|
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_icrc.c | 81 int hdr_size = sizeof(struct udphdr) + in rxe_icrc_hdr() local 97 memcpy(pshdr, ip_hdr(skb), hdr_size); in rxe_icrc_hdr() 105 memcpy(pshdr, ipv6_hdr(skb), hdr_size); in rxe_icrc_hdr() 115 bth_offset += hdr_size; in rxe_icrc_hdr() 123 length = hdr_size + RXE_BTH_BYTES; in rxe_icrc_hdr()
|
/linux-6.3-rc2/drivers/nfc/s3fwrn5/ |
A D | i2c.c | 83 size_t hdr_size; in s3fwrn5_i2c_read() local 88 hdr_size = (phy->common.mode == S3FWRN5_MODE_NCI) ? in s3fwrn5_i2c_read() 90 ret = i2c_master_recv(phy->i2c_dev, hdr, hdr_size); in s3fwrn5_i2c_read() 94 if (ret < hdr_size) in s3fwrn5_i2c_read() 101 skb = alloc_skb(hdr_size + data_len, GFP_KERNEL); in s3fwrn5_i2c_read() 105 skb_put_data(skb, hdr, hdr_size); in s3fwrn5_i2c_read()
|
/linux-6.3-rc2/drivers/soc/qcom/ |
A D | apr.c | 192 uint16_t hdr_size, msg_type, ver, svc_id; in apr_do_rx_callback() local 207 hdr_size = APR_HDR_FIELD_SIZE_BYTES(hdr->hdr_field); in apr_do_rx_callback() 208 if (hdr_size < APR_HDR_SIZE) { in apr_do_rx_callback() 209 dev_err(apr->dev, "APR: Wrong hdr size:%d\n", hdr_size); in apr_do_rx_callback() 248 resp.payload_size = hdr->pkt_size - hdr_size; in apr_do_rx_callback() 255 resp.payload = buf + hdr_size; in apr_do_rx_callback() 264 uint16_t hdr_size, ver; in gpr_do_rx_callback() local 277 hdr_size = hdr->hdr_size; in gpr_do_rx_callback() 278 if (hdr_size < GPR_PKT_HEADER_WORD_SIZE) { in gpr_do_rx_callback() 289 resp.payload_size = hdr->pkt_size - (hdr_size * 4); in gpr_do_rx_callback() [all …]
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_attr_remote.c | 294 int hdr_size = 0; in xfs_attr_rmtval_copyout() local 307 hdr_size = sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr_rmtval_copyout() 310 memcpy(*dst, src + hdr_size, byte_cnt); in xfs_attr_rmtval_copyout() 342 int hdr_size; in xfs_attr_rmtval_copyin() local 346 hdr_size = xfs_attr3_rmt_hdr_set(mp, dst, ino, *offset, in xfs_attr_rmtval_copyin() 349 memcpy(dst + hdr_size, *src, byte_cnt); in xfs_attr_rmtval_copyin() 355 if (byte_cnt + hdr_size < blksize) { in xfs_attr_rmtval_copyin() 358 memset(dst + hdr_size + byte_cnt, 0, in xfs_attr_rmtval_copyin() 359 blksize - hdr_size - byte_cnt); in xfs_attr_rmtval_copyin()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/libcxgb/ |
A D | libcxgb_cm.h | 68 unsigned short hdr_size = (ipv6 ? in cxgb_best_mtu() local 74 unsigned short data_size = mtu - hdr_size; in cxgb_best_mtu() 76 cxgb4_best_aligned_mtu(mtus, hdr_size, data_size, 8, idx); in cxgb_best_mtu()
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | user_mad.c | 166 static int hdr_size(struct ib_umad_file *file) in hdr_size() function 306 count < hdr_size(file) + seg_size)) in copy_recv_mad() 312 buf += hdr_size(file); in copy_recv_mad() 322 if (count < hdr_size(file) + packet->length) { in copy_recv_mad() 345 return hdr_size(file) + packet->length; in copy_recv_mad() 351 ssize_t size = hdr_size(file) + packet->length; in copy_send_mad() 359 buf += hdr_size(file); in copy_send_mad() 377 if (count < hdr_size(file)) in ib_umad_read() 506 if (count < hdr_size(file) + IB_MGMT_RMPP_HDR) in ib_umad_write() 523 buf += hdr_size(file); in ib_umad_write() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | bpf_flow.c | 93 __u16 hdr_size, in bpf_flow_dissect_get_header() argument 102 if (thoff > (USHRT_MAX - hdr_size)) in bpf_flow_dissect_get_header() 106 if (hdr + hdr_size <= data_end) in bpf_flow_dissect_get_header() 109 if (bpf_skb_load_bytes(skb, thoff, buffer, hdr_size)) in bpf_flow_dissect_get_header()
|
/linux-6.3-rc2/drivers/thermal/intel/ |
A D | intel_hfi.c | 141 unsigned int hdr_size; member 347 hfi_instance->data = hfi_instance->hdr + hfi_features.hdr_size; in init_hfi_instance() 524 hfi_features.hdr_size = DIV_ROUND_UP(nr_capabilities, 8) * 8; in hfi_parse_features()
|
/linux-6.3-rc2/drivers/gpu/drm/mediatek/ |
A D | mtk_drm_plane.c | 180 int hdr_size; in mtk_plane_update_new_state() local 186 hdr_size = ALIGN(hdr_pitch * height_in_blocks, AFBC_HEADER_ALIGNMENT); in mtk_plane_update_new_state() 191 addr = addr + hdr_size + in mtk_plane_update_new_state()
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-core.c | 302 u32 hdr_size, cpu_notes_size, count; in create_opalcore() local 313 hdr_size = (sizeof(Elf64_Ehdr) + in create_opalcore() 322 oc_conf->opalcorebuf_sz = PAGE_ALIGN(hdr_size + cpu_notes_size); in create_opalcore() 386 phdr->p_offset = cpu_to_be64(hdr_size); in create_opalcore()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvfw/ |
A D | hs.h | 15 u32 hdr_size; member
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pfrut.h | 88 __u32 hdr_size; member
|