Searched refs:headers (Results 51 - 68 of 68) sorted by relevance

123

/linux-master/tools/net/ynl/
H A Dynl-gen-c.py2679 headers = ['uapi/' + parsed.uapi_header]
2680 headers += parsed.kernel_family.get('headers', [])
2691 headers = [parsed.uapi_header]
2694 headers.append(definition['header'])
2695 for one in headers:
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c35 #define HEADER_IS_ZERO(match_criteria, headers) \
36 !(memchr_inv(MLX5_ADDR_OF(fte_match_param, match_criteria, headers), \
37 0, MLX5_FLD_SZ_BYTES(fte_match_param, headers))) \
/linux-master/net/devlink/
H A Ddpipe.c684 err = devlink_dpipe_header_put(skb, dpipe_headers->headers[i]);
769 * devl_dpipe_headers_register - register dpipe headers
774 * Register the headers supported by hardware.
786 * devl_dpipe_headers_unregister - unregister dpipe headers
790 * Unregister the headers supported by hardware.
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c74 .headers = mlxsw_dpipe_headers,
/linux-master/arch/powerpc/boot/
H A DMakefile106 # The pre-boot decompressors pull in a lot of kernel headers and other source
198 cmd_copy_kern_src = sed -f $(srctree)/arch/powerpc/boot/fixup-headers.sed $< > $@
/linux-master/samples/bpf/
H A DMakefile158 # headers when arm instruction set identification is requested.
222 $(warning WARNING: Please install kernel headers locally (make headers_install).)
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py761 headers = ["Call Path", "Object", "Count ", "Time (ns) ", "Time (%) ", "Insn Cnt", "Insn Cnt (%)", "Cyc Cnt", "Cyc Cnt (%)", "IPC", "Branch Count ", "Branch Count (%) "]
763 headers = ["Call Path", "Object", "Count ", "Time (ns) ", "Time (%) ", "Branch Count ", "Branch Count (%) "]
764 return headers[column]
957 headers = ["Call Path", "Object", "Call Time", "Time (ns) ", "Time (%) ", "Insn Cnt", "Insn Cnt (%)", "Cyc Cnt", "Cyc Cnt (%)", "IPC", "Branch Count ", "Branch Count (%) "]
959 headers = ["Call Path", "Object", "Call Time", "Time (ns) ", "Time (%) ", "Branch Count ", "Branch Count (%) "]
960 return headers[column]
/linux-master/drivers/scsi/isci/
H A Dhost.c2315 * Inform the silicon as to the location of the UF headers and
2318 writel(lower_32_bits(ihost->uf_control.headers.physical_address),
2320 writel(upper_32_bits(ihost->uf_control.headers.physical_address),
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c468 /* Remove L2 headers */
681 attr->vlans.headers[i]);
872 attr->vlans.headers[i]);
1054 /* Remove L2L3 outer headers */
H A Ddr_types.h289 u32 headers[MLX5DR_MAX_VLANS]; member in struct:mlx5dr_ste_actions_attr::__anon550
H A Ddr_action.c912 attr.vlans.headers[attr.vlans.count++] = action->push_vlan->vlan_hdr;
H A Ddr_ste_v0.c421 * modify headers for outer headers only
441 attr->vlans.headers[i],
/linux-master/net/core/
H A Dskbuff.c18 * only put in the headers
1281 * Dumps whole packets if full_pkt, only headers otherwise.
1494 /* Make sure a field is contained by headers group */
1497 offsetof(struct sk_buff, headers.field)); \
1509 /* Note : this field could be in the headers group.
1514 memcpy(&new->headers, &old->headers, sizeof(new->headers));
4907 /* Update GSO info and prepare to start updating headers on
5616 * maximally sized IP and TCP or UDP headers
[all...]
/linux-master/include/net/
H A Ddevlink.h211 * @id: index inside the headers field array
242 * @header_index: header index (packets can have several headers of same
257 * @header_index: header index (packets can have several headers of same
379 * struct devlink_dpipe_headers - dpipe headers
380 * @headers: header array can be shared (global bit) or driver specific
381 * @headers_count: count of headers
384 struct devlink_dpipe_header **headers; member in struct:devlink_dpipe_headers
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h591 * The queue headers define the Communication Region queues. These
593 * host. Even though all queue headers are in the same contiguous block
992 struct aac_qhdr headers; /*producer,consumer q headers*/ member in struct:aac_queue
/linux-master/tools/perf/
H A DMakefile.perf263 @./check-headers.sh
H A DMakefile.config375 # $(obj-perf)/util for generated bison/flex headers
679 $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf record' is disabled.)
/linux-master/include/linux/
H A Dskbuff.h81 * header is either TCP or UDP. IPv6 extension headers
109 * (as in %CHECKSUM_COMPLETE), but it does parse headers and verify checksums
139 * hardware doesn't need to parse L3/L4 headers to implement this.
232 * is configured for a packet, presumably by inspecting packet headers.
624 * retransmissions. To allow lower layers of the stack to prepend their headers
628 * skb_header_cloned() checks if skb is allowed to add / write the headers.
718 * - data buffer, containing headers and sometimes payload;
815 * @encapsulation: indicates the inner headers in the skbuff are valid
940 /* Fields enclosed in headers group are copied
943 struct_group(headers,
[all...]

Completed in 430 milliseconds

123