Searched refs:uhdr (Results 1 – 4 of 4) sorted by relevance
63 struct udphdr *uhdr = NULL; in stmmac_test_get_udp_skb() local108 uhdr = skb_put(skb, sizeof(*uhdr)); in stmmac_test_get_udp_skb()155 uhdr->source = htons(attr->sport); in stmmac_test_get_udp_skb()156 uhdr->dest = htons(attr->dport); in stmmac_test_get_udp_skb()157 uhdr->len = htons(sizeof(*shdr) + sizeof(*uhdr) + attr->size); in stmmac_test_get_udp_skb()161 uhdr->check = 0; in stmmac_test_get_udp_skb()175 iplen += sizeof(*uhdr); in stmmac_test_get_udp_skb()256 struct udphdr *uhdr; in stmmac_test_loopback_validate() local303 shdr = (struct stmmachdr *)((u8 *)uhdr + sizeof(*uhdr)); in stmmac_test_loopback_validate()843 struct udphdr *uhdr; in stmmac_test_vlan_validate() local[all …]
117 struct virtchnl_proto_hdr *uhdr = &proto_hdrs->proto_hdr[proto_hdrs->count - 1]; in iavf_fill_fdir_gtpu_hdr() local174 uhdr->field_selector = 0; /* The PF ignores the UDP header fields */ in iavf_fill_fdir_gtpu_hdr()190 struct virtchnl_proto_hdr *uhdr = &proto_hdrs->proto_hdr[proto_hdrs->count - 1]; in iavf_fill_fdir_pfcp_hdr() local216 uhdr->field_selector = 0; /* The PF ignores the UDP header fields */ in iavf_fill_fdir_pfcp_hdr()232 struct virtchnl_proto_hdr *uhdr = &proto_hdrs->proto_hdr[proto_hdrs->count - 1]; in iavf_fill_fdir_nat_t_esp_hdr() local268 uhdr->field_selector = 0; /* The PF ignores the UDP header fields */ in iavf_fill_fdir_nat_t_esp_hdr()
112 struct gru_dump_context_header __user *uhdr = ubuf; in gru_dump_context() local169 if (copy_to_user(uhdr, &hdr, sizeof(hdr))) in gru_dump_context()
621 mpt_ioctl_header __user *uhdr = (void __user *) arg; in __mptctl_ioctl() local628 if (copy_from_user(&khdr, uhdr, sizeof(khdr))) { in __mptctl_ioctl()631 __FILE__, __LINE__, uhdr); in __mptctl_ioctl()
Completed in 31 milliseconds