/linux-6.12.1/arch/arm/tools/ |
D | Makefile | 18 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)
|
/linux-6.12.1/arch/s390/kernel/syscalls/ |
D | Makefile | 11 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)
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | pedit.c | 22 struct pedit_headers_action *hdrs, in set_pedit_val() argument 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() argument 71 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd], extack); in mlx5e_tc_act_pedit_parse_action() 75 hdrs[cmd].pedits++; in mlx5e_tc_act_pedit_parse_action() 95 err = mlx5e_tc_act_pedit_parse_action(flow->priv, act, ns_type, attr->parse_attr->hdrs, in tc_act_parse_pedit()
|
D | pedit.h | 27 struct pedit_headers_action *hdrs,
|
D | vlan_mangle.c | 46 err = mlx5e_tc_act_pedit_parse_action(priv, &pedit_act, namespace, parse_attr->hdrs, in mlx5e_tc_act_vlan_add_rewrite_action()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_flow.c | 656 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK && in ice_flow_val_hdrs() 657 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK)) in ice_flow_val_hdrs() 661 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK && in ice_flow_val_hdrs() 662 !is_power_of_2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK)) in ice_flow_val_hdrs() 690 sz = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_VLAN) ? in ice_flow_calc_seg_sz() 694 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz() 696 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz() 698 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ARP) in ice_flow_calc_seg_sz() 700 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK) in ice_flow_calc_seg_sz() 705 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ICMP) in ice_flow_calc_seg_sz() [all …]
|
D | ice_ethtool.c | 2823 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local 2827 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2830 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2833 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2836 hdrs |= ICE_FLOW_SEG_HDR_GTPU_IP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2839 hdrs |= ICE_FLOW_SEG_HDR_GTPC | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2842 hdrs |= ICE_FLOW_SEG_HDR_GTPC_TEID | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2845 hdrs |= ICE_FLOW_SEG_HDR_GTPU_EH | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2848 hdrs |= ICE_FLOW_SEG_HDR_GTPU_UP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2851 hdrs |= ICE_FLOW_SEG_HDR_GTPU_DWN | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() [all …]
|
D | ice_flow.h | 354 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val)) 395 u32 hdrs; /* Bitmask indicating protocol headers present */ member 474 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs, bool *symm);
|
/linux-6.12.1/arch/arm64/tools/ |
D | Makefile | 8 kapi-hdrs-y := $(addprefix $(kapi)/, $(kapisyshdr-y)) 10 targets += $(addprefix ../../../, $(kapi-hdrs-y)) 16 kapi: $(kapi-hdrs-y)
|
/linux-6.12.1/arch/s390/tools/ |
D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 11 kapi: $(kapi-hdrs-y)
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_action.c | 910 struct mlx5hws_action_reformat_header *hdrs, in hws_action_handle_insert_with_ptr() argument 918 if (hdrs[i].sz % W_SIZE != 0) { in hws_action_handle_insert_with_ptr() 923 max_sz = max(hdrs[i].sz, max_sz); in hws_action_handle_insert_with_ptr() 928 hdrs->data, in hws_action_handle_insert_with_ptr() 938 action[i].reformat.header_size = hdrs[i].sz; in hws_action_handle_insert_with_ptr() 970 struct mlx5hws_action_reformat_header *hdrs, in hws_action_handle_l2_to_tunnel_l3() argument 985 hdrs, in hws_action_handle_l2_to_tunnel_l3() 1046 struct mlx5hws_action_reformat_header *hdrs, in hws_action_handle_tunnel_l3_to_l2() argument 1057 if (hdrs[i].sz != MLX5HWS_ACTION_HDR_LEN_L2 && in hws_action_handle_tunnel_l3_to_l2() 1058 hdrs[i].sz != MLX5HWS_ACTION_HDR_LEN_L2_W_VLAN) { in hws_action_handle_tunnel_l3_to_l2() [all …]
|
D | mlx5hws.h | 649 struct mlx5hws_action_reformat_header *hdrs, 746 struct mlx5hws_action_insert_header *hdrs,
|
/linux-6.12.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_ethtool.c | 1325 u32 hdrs = IAVF_ADV_RSS_FLOW_SEG_HDR_NONE; in iavf_adv_rss_parse_hdrs() local 1329 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs() 1333 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs() 1337 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs() 1341 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_TCP | in iavf_adv_rss_parse_hdrs() 1345 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_UDP | in iavf_adv_rss_parse_hdrs() 1349 hdrs |= IAVF_ADV_RSS_FLOW_SEG_HDR_SCTP | in iavf_adv_rss_parse_hdrs() 1356 return hdrs; in iavf_adv_rss_parse_hdrs() 1441 u32 hdrs; in iavf_set_adv_rss_hash_opt() local 1448 hdrs = iavf_adv_rss_parse_hdrs(cmd); in iavf_set_adv_rss_hash_opt() [all …]
|
D | iavf_main.c | 4047 struct virtchnl_proto_hdrs *hdrs; in iavf_add_cls_u32() local 4066 hdrs = &rule_cfg->proto_hdrs; in iavf_add_cls_u32() 4067 hdrs->count = 0; in iavf_add_cls_u32() 4074 spec_h = (struct ethhdr *)hdrs->raw.spec; in iavf_add_cls_u32() 4075 mask_h = (struct ethhdr *)hdrs->raw.mask; in iavf_add_cls_u32() 4094 if (off >= sizeof(hdrs->raw.spec)) { in iavf_add_cls_u32() 4100 memcpy(&hdrs->raw.spec[off], &val, sizeof(val)); in iavf_add_cls_u32() 4101 memcpy(&hdrs->raw.mask[off], &mask, sizeof(mask)); in iavf_add_cls_u32() 4102 hdrs->raw.pkt_len = off + sizeof(val); in iavf_add_cls_u32()
|
/linux-6.12.1/net/rds/ |
D | ib_cm.c | 443 struct rds_header **hdrs, dma_addr_t *dma_addrs, u32 num_hdrs, in rds_dma_hdrs_free() argument 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[i] = rds_dma_hdr_alloc(dev->dev, &hdr_daddrs[i], dir); in rds_dma_hdrs_alloc() 488 if (!hdrs[i]) { in rds_dma_hdrs_alloc() 489 rds_dma_hdrs_free(dev, hdrs, hdr_daddrs, i, dir); in rds_dma_hdrs_alloc() [all …]
|
/linux-6.12.1/net/mctp/test/ |
D | route-test.c | 408 struct mctp_hdr hdrs[4]; member 429 skb = mctp_test_create_skb_data(¶ms->hdrs[i], &c); in mctp_test_route_input_sk_reasm() 456 .hdrs = { 464 .hdrs = { 472 .hdrs = { 481 .hdrs = { 490 .hdrs = { 499 .hdrs = { 509 .hdrs = { 518 .hdrs = {
|
/linux-6.12.1/drivers/misc/mei/ |
D | hw.h | 267 u8 hdrs[]; member 295 return (struct mei_ext_hdr *)meta->hdrs; in mei_ext_begin()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_priv.h | 40 struct pedit_headers_action hdrs[__PEDIT_CMD_MAX]; member
|
/linux-6.12.1/drivers/usb/serial/ |
D | xr_serial.c | 954 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()
|
/linux-6.12.1/net/netfilter/ |
D | nf_conntrack_sip.c | 733 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()
|
/linux-6.12.1/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 486 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()
|
/linux-6.12.1/include/uapi/linux/ |
D | openvswitch.h | 463 __u16 hdrs; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 3316 struct pedit_headers_action *hdrs = parse_attr->hdrs; in offload_pedit_fields() local 3330 set_masks = &hdrs[TCA_PEDIT_KEY_EX_CMD_SET].masks; in offload_pedit_fields() 3331 add_masks = &hdrs[TCA_PEDIT_KEY_EX_CMD_ADD].masks; in offload_pedit_fields() 3332 set_vals = &hdrs[TCA_PEDIT_KEY_EX_CMD_SET].vals; in offload_pedit_fields() 3333 add_vals = &hdrs[TCA_PEDIT_KEY_EX_CMD_ADD].vals; in offload_pedit_fields() 3444 cmd_masks = &parse_attr->hdrs[cmd].masks; in verify_offload_pedit_fields() 3634 struct pedit_headers_action *hdrs = parse_attr->hdrs; in actions_prepare_mod_hdr_actions() local 3638 if (!hdrs[TCA_PEDIT_KEY_EX_CMD_SET].pedits && in actions_prepare_mod_hdr_actions() 3639 !hdrs[TCA_PEDIT_KEY_EX_CMD_ADD].pedits) in actions_prepare_mod_hdr_actions()
|
/linux-6.12.1/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 1226 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()
|
/linux-6.12.1/net/ipv6/ |
D | ah6.c | 39 char hdrs[]; member
|