Home
last modified time | relevance | path

Searched refs:hdrs (Results 1 - 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/arch/arm/tools/
H A DMakefile18 kapi-hdrs-y := $(kapi)/unistd-nr.h
19 kapi-hdrs-y += $(kapi)/mach-types.h
20 uapi-hdrs-y := $(uapi)/unistd-common.h
21 uapi-hdrs-y += $(uapi)/unistd-oabi.h
22 uapi-hdrs-y += $(uapi)/unistd-eabi.h
24 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
28 kapi: $(kapi-hdrs-y) $(gen-y)
30 uapi: $(uapi-hdrs-y)
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/
H A DMakefile11 kapi-hdrs-y := $(kapi)/unistd_nr.h
12 uapi-hdrs-y := $(uapi)/unistd_32.h
13 uapi-hdrs-y += $(uapi)/unistd_64.h
15 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
19 kapi: $(gen-y) $(kapi-hdrs-y)
20 uapi: $(uapi-hdrs-y)
/kernel/linux/linux-6.6/arch/s390/kernel/syscalls/
H A DMakefile11 kapi-hdrs-y := $(kapi)/unistd_nr.h
12 uapi-hdrs-y := $(uapi)/unistd_32.h
13 uapi-hdrs-y += $(uapi)/unistd_64.h
15 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
19 kapi: $(gen-y) $(kapi-hdrs-y)
20 uapi: $(uapi-hdrs-y)
/third_party/python/Lib/urllib/
H A Derror.py39 def __init__(self, url, code, msg, hdrs, fp):
42 self.hdrs = hdrs
47 self.__super_init(fp, hdrs, url, code)
63 return self.hdrs
67 self.hdrs = headers
/kernel/linux/linux-6.6/arch/arm/tools/
H A DMakefile18 kapi-hdrs-y := $(kapi)/unistd-nr.h
19 kapi-hdrs-y += $(kapi)/mach-types.h
20 uapi-hdrs-y += $(uapi)/unistd-oabi.h
21 uapi-hdrs-y += $(uapi)/unistd-eabi.h
23 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
27 kapi: $(kapi-hdrs-y) $(gen-y)
29 uapi: $(uapi-hdrs-y)
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_flow.c633 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK && in ice_flow_val_hdrs()
634 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK)) in ice_flow_val_hdrs()
638 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK && in ice_flow_val_hdrs()
639 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK)) in ice_flow_val_hdrs()
667 sz = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_VLAN) ? in ice_flow_calc_seg_sz()
671 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz()
673 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz()
675 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ARP) in ice_flow_calc_seg_sz()
677 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK) in ice_flow_calc_seg_sz()
682 if (params->prof->segs[seg].hdrs in ice_flow_calc_seg_sz()
712 u32 hdrs; ice_flow_proc_seg_hdrs() local
2438 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs) ice_get_rss_cfg() argument
[all...]
H A Dice_flow.h296 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val))
337 u32 hdrs; /* Bitmask indicating protocol headers present */ member
415 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.c22 struct pedit_headers_action *hdrs, in set_pedit_val()
27 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val()
28 curr_pval = (u32 *)(pedit_header(&hdrs->vals, hdr_type) + offset); in set_pedit_val()
48 struct pedit_headers_action *hdrs, in mlx5e_tc_act_pedit_parse_action()
70 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd], extack); in mlx5e_tc_act_pedit_parse_action()
74 hdrs[cmd].pedits++; in mlx5e_tc_act_pedit_parse_action()
94 err = mlx5e_tc_act_pedit_parse_action(flow->priv, act, ns_type, attr->parse_attr->hdrs, in tc_act_parse_pedit()
21 set_pedit_val(u8 hdr_type, u32 mask, u32 val, u32 offset, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) set_pedit_val() argument
46 mlx5e_tc_act_pedit_parse_action(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) mlx5e_tc_act_pedit_parse_action() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flow.c231 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK && in ice_flow_val_hdrs()
232 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK)) in ice_flow_val_hdrs()
236 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK && in ice_flow_val_hdrs()
237 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK)) in ice_flow_val_hdrs()
262 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz()
264 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz()
268 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_TCP) in ice_flow_calc_seg_sz()
270 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_UDP) in ice_flow_calc_seg_sz()
272 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_SCTP) in ice_flow_calc_seg_sz()
297 u32 hdrs; in ice_flow_proc_seg_hdrs() local
1658 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs) ice_get_rss_cfg() argument
[all...]
H A Dice_flow.h134 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val))
174 u32 hdrs; /* Bitmask indicating protocol headers present */ member
251 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
/third_party/ffmpeg/libavformat/
H A Dty.c119 TyRecHdr *hdrs, *rec_hdr; in parse_chunk_headers() local
122 hdrs = av_calloc(num_recs, sizeof(TyRecHdr)); in parse_chunk_headers()
123 if (!hdrs) in parse_chunk_headers()
129 rec_hdr = &hdrs[i]; /* for brevity */ in parse_chunk_headers()
152 return hdrs; in parse_chunk_headers()
171 TyRecHdr *hdrs; in analyze_chunk() local
188 hdrs = parse_chunk_headers(chunk, num_recs); in analyze_chunk()
189 if (!hdrs) in analyze_chunk()
201 switch (hdrs[i].subrec_type << 8 | hdrs[ in analyze_chunk()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebp_dec.c295 WebPHeaderStructure hdrs; in ParseHeadersInternal() local
300 memset(&hdrs, 0, sizeof(hdrs)); in ParseHeadersInternal()
301 hdrs.data = data; in ParseHeadersInternal()
302 hdrs.data_size = data_size; in ParseHeadersInternal()
305 status = ParseRIFF(&data, &data_size, have_all_data, &hdrs.riff_size); in ParseHeadersInternal()
309 found_riff = (hdrs.riff_size > 0); in ParseHeadersInternal()
345 status = ParseOptionalChunks(&data, &data_size, hdrs.riff_size, in ParseHeadersInternal()
346 &hdrs.alpha_data, &hdrs in ParseHeadersInternal()
[all...]
/kernel/linux/linux-6.6/arch/arm64/tools/
H A DMakefile6 kapi-hdrs-y := $(kapi)/cpucaps.h $(kapi)/sysreg-defs.h
8 targets += $(addprefix ../../../, $(kapi-hdrs-y))
12 kapi: $(kapi-hdrs-y)
/third_party/curl/tests/libtest/
H A Dlib654.c71 struct curl_slist *hdrs = NULL; in test() local
109 hdrs = curl_slist_append(hdrs, "X-Test-Number: 654"); in test()
110 curl_mime_headers(part, hdrs, TRUE); in test()
/kernel/linux/linux-6.6/net/mctp/test/
H A Droute-test.c396 struct mctp_hdr hdrs[4]; member
417 skb = mctp_test_create_skb_data(&params->hdrs[i], &c); in mctp_test_route_input_sk_reasm()
445 .hdrs = {
453 .hdrs = {
461 .hdrs = {
470 .hdrs = {
479 .hdrs = {
488 .hdrs = {
498 .hdrs = {
507 .hdrs
[all...]
/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c473 char *hdrs; in rtsp_exec() local
489 hdrs = pa_headerlist_to_string(headers); in rtsp_exec()
490 pa_strbuf_puts(buf, hdrs); in rtsp_exec()
491 pa_xfree(hdrs); in rtsp_exec()
502 hdrs = pa_headerlist_to_string(c->headers); in rtsp_exec()
503 pa_strbuf_puts(buf, hdrs); in rtsp_exec()
504 pa_xfree(hdrs); in rtsp_exec()
514 hdrs = pa_strbuf_to_string_free(buf); in rtsp_exec()
516 pa_log_debug(hdrs);*/ in rtsp_exec()
517 pa_ioline_puts(c->ioline, hdrs); in rtsp_exec()
[all...]
/kernel/linux/linux-5.10/arch/s390/tools/
H A DMakefile7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
11 kapi: $(kapi-hdrs-y)
/kernel/linux/linux-6.6/arch/s390/tools/
H A DMakefile7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
11 kapi: $(kapi-hdrs-y)
/third_party/lwip/src/apps/http/
H A Dhttpd.c271 const char *hdrs[NUM_FILE_HDR_STRINGS]; /* HTTP headers to be sent. */ member
851 hs->hdrs[HDR_STRINGS_IDX_SERVER_NAME] = g_psHTTPHeaderStrings[HTTP_HDR_SERVER];
852 hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_KEEPALIVE] = NULL;
853 hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_NR] = NULL;
858 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_FOUND];
861 hs->hdrs[HDR_STRINGS_IDX_CONTENT_TYPE] = g_psHTTPHeaderStrings[DEFAULT_404_HTML_PERSISTENT];
865 hs->hdrs[HDR_STRINGS_IDX_CONTENT_TYPE] = g_psHTTPHeaderStrings[DEFAULT_404_HTML];
878 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_FOUND];
880 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_BAD_REQUEST];
882 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATU
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http.cc131 std::string colorizeHeaders(const char *hdrs) { in colorizeHeaders() argument
133 const char *p = strchr(hdrs, '\n'); in colorizeHeaders()
136 return hdrs; in colorizeHeaders()
138 nhdrs.append(hdrs, p + 1); in colorizeHeaders()
/kernel/linux/linux-5.10/net/rds/
H A Dib_cm.c472 * @hdrs: pointer to the array storing DMA memory pointers
477 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, in rds_dma_hdrs_free()
483 rds_dma_hdr_free(dev->dev, hdrs[i], dma_addrs[i], dir); in rds_dma_hdrs_free()
484 kvfree(hdrs); in rds_dma_hdrs_free()
504 struct rds_header **hdrs; in rds_dma_hdrs_alloc() local
508 hdrs = kvmalloc_node(sizeof(*hdrs) * num_hdrs, GFP_KERNEL, in rds_dma_hdrs_alloc()
510 if (!hdrs) in rds_dma_hdrs_alloc()
516 kvfree(hdrs); in rds_dma_hdrs_alloc()
521 hdrs[ in rds_dma_hdrs_alloc()
476 rds_dma_hdrs_free(struct rds_ib_device *dev, struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, enum dma_data_direction dir) rds_dma_hdrs_free() argument
[all...]
/kernel/linux/linux-6.6/net/rds/
H A Dib_cm.c438 * @hdrs: pointer to the array storing DMA memory pointers
443 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, in rds_dma_hdrs_free()
449 rds_dma_hdr_free(dev->dev, hdrs[i], dma_addrs[i], dir); in rds_dma_hdrs_free()
450 kvfree(hdrs); in rds_dma_hdrs_free()
470 struct rds_header **hdrs; in rds_dma_hdrs_alloc() local
474 hdrs = kvmalloc_node(sizeof(*hdrs) * num_hdrs, GFP_KERNEL, in rds_dma_hdrs_alloc()
476 if (!hdrs) in rds_dma_hdrs_alloc()
482 kvfree(hdrs); in rds_dma_hdrs_alloc()
487 hdrs[ in rds_dma_hdrs_alloc()
442 rds_dma_hdrs_free(struct rds_ib_device *dev, struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, enum dma_data_direction dir) rds_dma_hdrs_free() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/
H A Dabseil.podspec.gen.py51 "Rule", "type name package srcs hdrs textual_hdrs deps visibility testonly")
82 hdrs=normalize_paths(get_elem_value(elem, "hdrs") or []),
117 (rule.hdrs + rule.textual_hdrs + rule.srcs) and
178 # Puts all files in hdrs, textual_hdrs, and srcs into source_files.
182 srcs = sorted(set(rule.hdrs + rule.textual_hdrs + rule.srcs))
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1509 u32 hdrs = IAVF_ADV_RSS_FLOW_SEG_HDR_NONE; in iavf_adv_rss_parse_hdrs() local
1513 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs()
1517 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs()
1521 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs()
1525 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs()
1529 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs()
1533 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs()
1540 return hdrs; in iavf_adv_rss_parse_hdrs()
1623 u32 hdrs; in iavf_set_adv_rss_hash_opt() local
1628 hdrs in iavf_set_adv_rss_hash_opt()
1702 u32 hdrs; iavf_get_adv_rss_hash_opt() local
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-server.c446 nghttp2_nv hdrs[] = {MAKE_NV(":status", "404")}; in error_reply() local
471 if (send_response(session, stream_data->stream_id, hdrs, ARRLEN(hdrs), in error_reply()
540 nghttp2_nv hdrs[] = {MAKE_NV(":status", "200")}; in on_request_recv() local
568 if (send_response(session, stream_data->stream_id, hdrs, ARRLEN(hdrs), fd) != in on_request_recv()

Completed in 18 milliseconds

123