Home
last modified time | relevance | path

Searched refs:hdrs (Results 26 - 50 of 61) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
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);
H A Dice_ethtool.c2395 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local
2399 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2402 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2405 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2408 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2411 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2414 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2419 return hdrs; in ice_parse_hdrs()
2514 u32 hdrs; in ice_set_rss_hash_opt() local
2530 hdrs in ice_set_rss_hash_opt()
2558 u32 hdrs; ice_get_rss_hash_opt() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2742 struct pedit_headers_action *hdrs) in set_pedit_val()
2746 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val()
2747 curr_pval = (u32 *)(pedit_header(&hdrs->vals, hdr_type) + offset); in set_pedit_val()
2866 struct pedit_headers_action *hdrs, in offload_pedit_fields()
2885 set_masks = &hdrs[0].masks; in offload_pedit_fields()
2886 add_masks = &hdrs[1].masks; in offload_pedit_fields()
2887 set_vals = &hdrs[0].vals; in offload_pedit_fields()
2888 add_vals = &hdrs[1].vals; in offload_pedit_fields()
3054 struct pedit_headers_action *hdrs, in parse_pedit_to_modify_hdr()
3080 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cm in parse_pedit_to_modify_hdr()
2741 set_pedit_val(u8 hdr_type, u32 mask, u32 val, u32 offset, struct pedit_headers_action *hdrs) set_pedit_val() argument
2864 offload_pedit_fields(struct mlx5e_priv *priv, int namespace, struct pedit_headers_action *hdrs, struct mlx5e_tc_flow_parse_attr *parse_attr, u32 *action_flags, struct netlink_ext_ack *extack) offload_pedit_fields() argument
3051 parse_pedit_to_modify_hdr(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) parse_pedit_to_modify_hdr() argument
3117 parse_tc_pedit_action(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, struct mlx5e_tc_flow *flow, struct netlink_ext_ack *extack) parse_tc_pedit_action() argument
3131 alloc_tc_pedit_action(struct mlx5e_priv *priv, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, u32 *action_flags, struct netlink_ext_ack *extack) alloc_tc_pedit_action() argument
3411 add_vlan_rewrite_action(struct mlx5e_priv *priv, int namespace, const struct flow_action_entry *act, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, u32 *action, struct netlink_ext_ack *extack) add_vlan_rewrite_action() argument
3455 add_vlan_prio_tag_rewrite_action(struct mlx5e_priv *priv, struct mlx5e_tc_flow_parse_attr *parse_attr, struct pedit_headers_action *hdrs, u32 *action, struct netlink_ext_ack *extack) add_vlan_prio_tag_rewrite_action() argument
3536 struct pedit_headers_action hdrs[2] = {}; parse_tc_nic_actions() local
4214 struct pedit_headers_action hdrs[2] = {}; parse_tc_fdb_actions() local
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-client.c420 nghttp2_nv hdrs[] = { in submit_request() local
427 print_headers(stderr, hdrs, ARRLEN(hdrs)); in submit_request()
428 stream_id = nghttp2_submit_request(session_data->session, NULL, hdrs, in submit_request()
429 ARRLEN(hdrs), NULL, stream_data); in submit_request()
/third_party/nghttp2/src/
H A Dshrpx_http.h63 // Adds ANSI color codes to HTTP headers |hdrs|.
64 std::string colorizeHeaders(const char *hdrs);
H A Dhttp2_test.cc226 auto hdrs = std::string(buf.head->pos, buf.head->last); in test_http2_build_http1_headers_from_headers() local
235 "Zulu: 12\r\n" == hdrs); in test_http2_build_http1_headers_from_headers()
240 hdrs = std::string(buf.head->pos, buf.head->last); in test_http2_build_http1_headers_from_headers()
244 "Via: via1\r\n" == hdrs); in test_http2_build_http1_headers_from_headers()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan_mangle.c46 err = mlx5e_tc_act_pedit_parse_action(priv, &pedit_act, namespace, parse_attr->hdrs, in mlx5e_tc_act_vlan_add_rewrite_action()
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhw.h235 * @hdrs: extended headers TLV list
241 struct mei_ext_hdr hdrs[]; member
257 return meta->hdrs; in mei_ext_begin()
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dhw.h263 * @hdrs: extended headers TLV list
269 u8 hdrs[]; member
297 return (struct mei_ext_hdr *)meta->hdrs; in mei_ext_begin()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2432 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local
2436 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2439 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2442 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2445 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2448 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2451 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2456 return hdrs; in ice_parse_hdrs()
2551 u32 hdrs; in ice_set_rss_hash_opt() local
2567 hdrs in ice_set_rss_hash_opt()
2595 u32 hdrs; ice_get_rss_hash_opt() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mime.c59 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name);
934 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name) in STACK_OF()
943 idx = sk_MIME_HEADER_find(hdrs, &htmp); in STACK_OF()
944 return sk_MIME_HEADER_value(hdrs, idx); in STACK_OF()
/third_party/openssl/crypto/asn1/
H A Dasn_mime.c59 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name);
928 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name) in STACK_OF()
937 idx = sk_MIME_HEADER_find(hdrs, &htmp); in STACK_OF()
938 return sk_MIME_HEADER_value(hdrs, idx); in STACK_OF()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h40 struct pedit_headers_action hdrs[__PEDIT_CMD_MAX]; member
/third_party/python/Lib/urllib/
H A Drequest.py423 hdrs = {**self.unredirected_hdrs, **self.headers}
424 return list(hdrs.items())
629 code, msg, hdrs = response.code, response.msg, response.info()
635 'http', request, response, code, msg, hdrs)
642 def http_error_default(self, req, fp, code, msg, hdrs):
643 raise HTTPError(req.full_url, code, msg, hdrs, fp)
1816 hdrs = fp.info()
1818 return url2pathname(_splithost(url1)[1]), hdrs
/third_party/python/Lib/test/
H A Dtest_urllib2.py892 hdrs = r.info()
893 hdrs.get; hdrs.__contains__ # r.info() gives dict from .getreply()
1817 hdrs = 'Content-Length: 42'
1818 err = urllib.error.HTTPError(url, code, msg, hdrs, fp)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenvswitch.h463 __u16 hdrs; member
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dxr_serial.c954 struct usb_cdc_parsed_header hdrs; in xr_probe() local
959 ret = cdc_parse_cdc_header(&hdrs, control, alt->extra, alt->extralen); in xr_probe()
963 desc = hdrs.usb_cdc_union_desc; in xr_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3197 struct pedit_headers_action *hdrs = parse_attr->hdrs; in offload_pedit_fields() local
3211 set_masks = &hdrs[0].masks; in offload_pedit_fields()
3212 add_masks = &hdrs[1].masks; in offload_pedit_fields()
3213 set_vals = &hdrs[0].vals; in offload_pedit_fields()
3214 add_vals = &hdrs[1].vals; in offload_pedit_fields()
3325 cmd_masks = &parse_attr->hdrs[cmd].masks; in verify_offload_pedit_fields()
3515 struct pedit_headers_action *hdrs = parse_attr->hdrs; in actions_prepare_mod_hdr_actions() local
3519 if (!hdrs[TCA_PEDIT_KEY_EX_CMD_SE in actions_prepare_mod_hdr_actions()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_iscsi.c485 u16 hdrs = TCP_HDR_LEN; in qedi_calc_mss() local
488 hdrs += IPV6_HDR_LEN; in qedi_calc_mss()
490 hdrs += IPV4_HDR_LEN; in qedi_calc_mss()
492 mss = pmtu - hdrs; in qedi_calc_mss()
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1225 unsigned short hdrs; in cxgbit_pass_accept_req() local
1311 hdrs = (iptype == 4 ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) + in cxgbit_pass_accept_req()
1313 if (peer_mss && csk->mtu > (peer_mss + hdrs)) in cxgbit_pass_accept_req()
1314 csk->mtu = peer_mss + hdrs; in cxgbit_pass_accept_req()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_sip.c733 const struct sip_header *hdrs, *hdr, *thdr; in ct_sip_get_sdp_header() local
737 hdrs = nf_ct_l3num(ct) == NFPROTO_IPV4 ? ct_sdp_hdrs_v4 : ct_sdp_hdrs_v6; in ct_sip_get_sdp_header()
738 hdr = &hdrs[type]; in ct_sip_get_sdp_header()
739 thdr = &hdrs[term]; in ct_sip_get_sdp_header()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_iscsi.c486 u16 hdrs = TCP_HDR_LEN; in qedi_calc_mss() local
489 hdrs += IPV6_HDR_LEN; in qedi_calc_mss()
491 hdrs += IPV4_HDR_LEN; in qedi_calc_mss()
493 mss = pmtu - hdrs; in qedi_calc_mss()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1226 unsigned short hdrs; in cxgbit_pass_accept_req() local
1312 hdrs = (iptype == 4 ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) + in cxgbit_pass_accept_req()
1314 if (peer_mss && csk->mtu > (peer_mss + hdrs)) in cxgbit_pass_accept_req()
1315 csk->mtu = peer_mss + hdrs; in cxgbit_pass_accept_req()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_sip.c733 const struct sip_header *hdrs, *hdr, *thdr; in ct_sip_get_sdp_header() local
737 hdrs = nf_ct_l3num(ct) == NFPROTO_IPV4 ? ct_sdp_hdrs_v4 : ct_sdp_hdrs_v6; in ct_sip_get_sdp_header()
738 hdr = &hdrs[type]; in ct_sip_get_sdp_header()
739 thdr = &hdrs[term]; in ct_sip_get_sdp_header()
/third_party/curl/lib/
H A Dmime.c1246 struct curl_slist *hdrs = Curl_slist_duplicate(src->userheaders); in Curl_mime_duppart() local
1248 if(!hdrs) in Curl_mime_duppart()
1253 res = curl_mime_headers(dst, hdrs, TRUE); in Curl_mime_duppart()
1255 curl_slist_free_all(hdrs); in Curl_mime_duppart()

Completed in 63 milliseconds

123