/linux-4.1.27/net/ipv4/ |
D | udp_offload.c | 79 struct udphdr *uh; in __skb_udp_tunnel_segment() 116 skb->csum_offset = offsetof(struct udphdr, check); in __skb_udp_tunnel_segment() 184 struct udphdr *uh; in udp4_ufo_fragment() 194 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in udp4_ufo_fragment() 294 struct udphdr *uh) in udp_gro_receive() 298 struct udphdr *uh2; in udp_gro_receive() 327 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive() 339 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive() 340 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive() 355 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive() [all …]
|
D | xfrm4_input.c | 71 struct udphdr *uh; in xfrm4_udp_encap_rcv() 85 len = skb->len - sizeof(struct udphdr); in xfrm4_udp_encap_rcv() 86 if (!pskb_may_pull(skb, sizeof(struct udphdr) + min(len, 8))) in xfrm4_udp_encap_rcv() 91 udpdata = (__u8 *)uh + sizeof(struct udphdr); in xfrm4_udp_encap_rcv() 102 len = sizeof(struct udphdr); in xfrm4_udp_encap_rcv() 115 len = sizeof(struct udphdr) + 2 * sizeof(u32); in xfrm4_udp_encap_rcv()
|
D | udp.c | 626 struct udphdr *uh = (struct udphdr *)(skb->data+(iph->ihl<<2)); in __udp4_lib_err() 722 struct udphdr *uh = udp_hdr(skb); in udp4_hwcsum() 733 skb->csum_offset = offsetof(struct udphdr, check); in udp4_hwcsum() 765 struct udphdr *uh = udp_hdr(skb); in udp_set_csum() 778 skb->csum_offset = offsetof(struct udphdr, check); in udp_set_csum() 800 struct udphdr *uh; in udp_send_skb() 929 ulen += sizeof(struct udphdr); in udp_sendmsg() 1054 sizeof(struct udphdr), &ipc, &rt, in udp_sendmsg() 1085 sizeof(struct udphdr), &ipc, &rt, in udp_sendmsg() 1239 amount -= sizeof(struct udphdr); in udp_ioctl() [all …]
|
D | fou.c | 71 fou_recv_pull(skb, sizeof(struct udphdr)); in fou_udp_recv() 113 len = sizeof(struct udphdr) + sizeof(struct guehdr); in gue_udp_recv() 166 __skb_pull(skb, sizeof(struct udphdr) + hdrlen); in gue_udp_recv() 746 return sizeof(struct udphdr); in fou_encap_hlen() 755 len = sizeof(struct udphdr) + sizeof(struct guehdr); in gue_encap_hlen() 771 struct udphdr *uh; in fou_build_udp() 773 skb_push(skb, sizeof(struct udphdr)); in fou_build_udp()
|
D | esp4.c | 206 struct udphdr *uh; in esp_output() 217 uh = (struct udphdr *)esph; in esp_output() 308 struct udphdr *uh = (void *)(skb_network_header(skb) + ihl); in esp_input_done2() 665 x->props.header_len += sizeof(struct udphdr); in esp_init_state() 668 x->props.header_len += sizeof(struct udphdr) + 2 * sizeof(u32); in esp_init_state()
|
D | udp_tunnel.c | 83 struct udphdr *uh; in udp_tunnel_xmit_skb()
|
D | ipconfig.c | 617 struct udphdr udph; /* UDP header */ 968 sizeof(struct udphdr))) in ic_bootp_recv() 995 len = ntohs(b->udph.len) - sizeof(struct udphdr); in ic_bootp_recv() 998 sizeof(struct udphdr) - in ic_bootp_recv()
|
/linux-4.1.27/net/6lowpan/ |
D | nhc_udp.c | 25 struct udphdr uh; in udp_uncompress() 74 uh.len = htons(skb->len + sizeof(struct udphdr)); in udp_uncompress() 84 skb_push(skb, sizeof(struct udphdr)); in udp_uncompress() 85 skb_copy_to_linear_data(skb, &uh, sizeof(struct udphdr)); in udp_uncompress() 92 const struct udphdr *uh = udp_hdr(skb); in udp_compress() 152 LOWPAN_NHC(nhc_udp, "RFC6282 UDP", NEXTHDR_UDP, sizeof(struct udphdr),
|
/linux-4.1.27/include/linux/ |
D | udp.h | 25 static inline struct udphdr *udp_hdr(const struct sk_buff *skb) in udp_hdr() 27 return (struct udphdr *)skb_transport_header(skb); in udp_hdr() 30 static inline struct udphdr *inner_udp_hdr(const struct sk_buff *skb) in inner_udp_hdr() 32 return (struct udphdr *)skb_inner_transport_header(skb); in inner_udp_hdr()
|
/linux-4.1.27/net/ipv6/ |
D | udp_offload.c | 68 struct udphdr *uh; in udp6_ufo_fragment() 70 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in udp6_ufo_fragment() 132 struct udphdr *uh = udp_gro_udphdr(skb); in udp6_gro_receive() 160 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp6_gro_complete()
|
D | ip6_checksum.c | 65 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto) in udp6_csum_init() 95 struct udphdr *uh = udp_hdr(skb); in udp6_set_csum() 108 skb->csum_offset = offsetof(struct udphdr, check); in udp6_set_csum()
|
D | udp.c | 417 ulen = skb->len - sizeof(struct udphdr); in udpv6_recvmsg() 438 err = skb_copy_datagram_msg(skb, sizeof(struct udphdr), in udpv6_recvmsg() 441 err = skb_copy_and_csum_datagram_msg(skb, sizeof(struct udphdr), msg); in udpv6_recvmsg() 542 struct udphdr *uh = (struct udphdr *)(skb->data+offset); in __udp6_lib_err() 647 if (skb->len > sizeof(struct udphdr) && encap_rcv) { in udpv6_queue_rcv_skb() 787 const struct udphdr *uh = udp_hdr(skb); in __udp6_lib_mcast_deliver() 849 struct udphdr *uh; in __udp6_lib_rcv() 853 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in __udp6_lib_rcv() 989 struct udphdr *uh = udp_hdr(skb); in udp6_hwcsum_outgoing() 996 skb->csum_offset = offsetof(struct udphdr, check); in udp6_hwcsum_outgoing() [all …]
|
D | ip6_udp_tunnel.c | 72 struct udphdr *uh; in udp_tunnel6_xmit_skb()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | gelic_udbg.c | 83 struct udphdr { struct 93 static __iomem struct udphdr *h_udp; argument 205 header_size += sizeof(struct udphdr); in gelic_debug_init() 206 h_udp = (struct udphdr *)(h_ip + 1); in gelic_debug_init() 228 h_ip->total_length = msgsize + sizeof(struct udphdr) + in gelic_sendbuf() 230 h_udp->len = msgsize + sizeof(struct udphdr); in gelic_sendbuf()
|
/linux-4.1.27/net/batman-adv/ |
D | gateway_client.c | 679 struct udphdr *udphdr; in batadv_gw_dhcp_recipient_get() local 733 if (!pskb_may_pull(skb, *header_len + sizeof(*udphdr))) in batadv_gw_dhcp_recipient_get() 741 udphdr = (struct udphdr *)(skb->data + *header_len); in batadv_gw_dhcp_recipient_get() 742 *header_len += sizeof(*udphdr); in batadv_gw_dhcp_recipient_get() 747 if (udphdr->dest == htons(67)) in batadv_gw_dhcp_recipient_get() 749 else if (udphdr->source == htons(67)) in batadv_gw_dhcp_recipient_get() 753 if (udphdr->dest == htons(547)) in batadv_gw_dhcp_recipient_get() 755 else if (udphdr->source == htons(547)) in batadv_gw_dhcp_recipient_get()
|
/linux-4.1.27/include/net/ |
D | udp_tunnel.h | 106 struct udphdr *uh; in udp_tunnel_gro_complete() 108 uh = (struct udphdr *)(skb->data + nhoff - sizeof(struct udphdr)); in udp_tunnel_gro_complete()
|
D | udp.h | 134 sizeof(struct udphdr), 0); in udp_csum_outgoing() 144 sizeof(struct udphdr), skb->csum); in udp_csum() 162 struct udphdr *uh); 165 static inline struct udphdr *udp_gro_udphdr(struct sk_buff *skb) in udp_gro_udphdr() 167 struct udphdr *uh; in udp_gro_udphdr()
|
D | vxlan.h | 95 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) 176 sizeof(struct udphdr) + sizeof(struct vxlanhdr)))) in vxlan_features_check()
|
D | geneve.h | 81 #define GENEVE_BASE_HLEN (sizeof(struct udphdr) + sizeof(struct genevehdr))
|
D | ip6_checksum.h | 105 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
|
D | udplite.h | 36 static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh) in udplite_checksum_init()
|
D | 6lowpan.h | 278 *uncomp_header += sizeof(struct udphdr); in lowpan_next_hdr_size()
|
/linux-4.1.27/net/netfilter/ |
D | nf_nat_proto_udp.c | 40 struct udphdr *hdr; in udp_manip_pkt() 45 hdr = (struct udphdr *)(skb->data + hdroff); in udp_manip_pkt()
|
D | nf_nat_proto_udplite.c | 40 struct udphdr *hdr; in udplite_manip_pkt() 46 hdr = (struct udphdr *)(skb->data + hdroff); in udplite_manip_pkt()
|
D | nf_conntrack_proto_udp.c | 43 const struct udphdr *hp; in udp_pkt_to_tuple() 44 struct udphdr _hdr; in udp_pkt_to_tuple() 116 const struct udphdr *hdr; in udp_error() 117 struct udphdr _hdr; in udp_error()
|
D | nf_conntrack_proto_udplite.c | 53 const struct udphdr *hp; in udplite_pkt_to_tuple() 54 struct udphdr _hdr; in udplite_pkt_to_tuple() 126 const struct udphdr *hdr; in udplite_error() 127 struct udphdr _hdr; in udplite_error()
|
D | nf_log_common.c | 27 struct udphdr _udph; in nf_log_dump_udp_header() 28 const struct udphdr *uh; in nf_log_dump_udp_header()
|
D | xt_tcpudp.c | 133 const struct udphdr *uh; in udp_mt() 134 struct udphdr _udph; in udp_mt()
|
D | nf_conntrack_tftp.c | 50 tfh = skb_header_pointer(skb, protoff + sizeof(struct udphdr), in tftp_help()
|
D | xt_socket.c | 159 struct udphdr _hdr, *hp; in xt_socket_lookup_slow_v4() 348 struct udphdr _hdr, *hp; in xt_socket_lookup_slow_v6()
|
D | nf_nat_helper.c | 156 struct udphdr *udph; in nf_nat_mangle_udp_packet()
|
D | xt_TPROXY.c | 298 struct udphdr _hdr, *hp; in tproxy_tg4() 454 struct udphdr _hdr, *hp; in tproxy_tg6_v1()
|
D | nf_conntrack_amanda.c | 109 dataoff = protoff + sizeof(struct udphdr); in amanda_help()
|
D | xt_l2tp.c | 85 int uhlen = sizeof(struct udphdr); in l2tp_udp_mt()
|
D | nf_nat_sip.c | 53 baseoff = protoff + sizeof(struct udphdr); in mangle_packet() 281 struct udphdr *uh; in nf_nat_sip()
|
D | nf_conntrack_h323_main.c | 1240 const struct udphdr *uh; in get_udp_data() 1241 struct udphdr _uh; in get_udp_data()
|
D | nf_conntrack_sip.c | 1573 dataoff = protoff + sizeof(struct udphdr); in sip_help_udp()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_proto_udp.c | 38 struct udphdr _udph, *uh; in udp_conn_schedule() 84 udp_fast_csum_update(int af, struct udphdr *uhdr, in udp_fast_csum_update() 106 udp_partial_csum_update(int af, struct udphdr *uhdr, in udp_partial_csum_update() 130 struct udphdr *udph; in udp_snat_handler() 213 struct udphdr *udph; in udp_dnat_handler() 293 struct udphdr _udph, *uh; in udp_csum_check()
|
D | ip_vs_pe_sip.c | 81 dataoff = iph.len + sizeof(struct udphdr); in ip_vs_sip_fill_param()
|
D | ip_vs_sh.c | 285 struct udphdr _udph, *uh; in ip_vs_sh_get_port()
|
D | ip_vs_sync.c | 1363 sizeof(struct udphdr) - in set_sync_mesg_maxlen() 1375 sizeof(struct iphdr) - sizeof(struct udphdr); in set_sync_mesg_maxlen()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_getport.c | 54 struct udphdr _udph; in get_port() 55 const struct udphdr *uh; in get_port()
|
/linux-4.1.27/include/uapi/linux/ |
D | udp.h | 22 struct udphdr { struct
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.c | 1185 struct udphdr *udph = (struct udphdr *)((__be32 *)iph + iph->ihl); in snmp_translate() 1187 u_int16_t paylen = udplen - sizeof(struct udphdr); in snmp_translate() 1208 if (!snmp_parse_mangle((unsigned char *)udph + sizeof(struct udphdr), in snmp_translate() 1225 const struct udphdr *udph = (struct udphdr *)((__be32 *)iph + iph->ihl); in help()
|
D | nf_nat_h323.c | 65 *data = skb->data + ip_hdrlen(skb) + sizeof(struct udphdr); in set_addr()
|
/linux-4.1.27/net/openvswitch/ |
D | actions.c | 286 if (likely(transport_len >= sizeof(struct udphdr))) { in set_ip_addr() 287 struct udphdr *uh = udp_hdr(skb); in set_ip_addr() 313 if (likely(transport_len >= sizeof(struct udphdr))) { in update_ipv6_checksum() 314 struct udphdr *uh = udp_hdr(skb); in update_ipv6_checksum() 501 struct udphdr *uh; in set_udp() 506 sizeof(struct udphdr)); in set_udp()
|
D | flow.c | 233 sizeof(struct udphdr)); in udphdr_ok() 539 struct udphdr *udp = udp_hdr(skb); in key_extract() 653 struct udphdr *udp = udp_hdr(skb); in key_extract()
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | gdm_lte.c | 384 struct udphdr *udp = (struct udphdr *) in gdm_lte_tx_nic_type() 400 struct udphdr *udp = (struct udphdr *) in gdm_lte_tx_nic_type() 628 sizeof(struct udphdr) + in gdm_lte_netif_rx()
|
/linux-4.1.27/security/ |
D | lsm_audit.c | 72 struct udphdr *uh = udp_hdr(skb); in ipv4_skb_to_auditdata() 148 struct udphdr _udph, *uh; in ipv6_skb_to_auditdata()
|
/linux-4.1.27/net/core/ |
D | netpoll.c | 56 sizeof(struct udphdr) + \ 377 struct udphdr *udph; in netpoll_send_udp() 425 ip6h->payload_len = htons(sizeof(struct udphdr) + len); in netpoll_send_udp()
|
D | pktgen.c | 2102 + sizeof(struct udphdr) in pktgen_setup_inject() 2144 + sizeof(struct udphdr) in pktgen_setup_inject() 2751 struct udphdr *udph; in fill_packet_ipv4() 2813 udph = (struct udphdr *) skb_put(skb, sizeof(struct udphdr)); in fill_packet_ipv4() 2880 struct udphdr *udph; in fill_packet_ipv6() 2940 udph = (struct udphdr *) skb_put(skb, sizeof(struct udphdr)); in fill_packet_ipv6() 2949 sizeof(struct ipv6hdr) - sizeof(struct udphdr) - in fill_packet_ipv6() 2957 udplen = datalen + sizeof(struct udphdr); in fill_packet_ipv6() 2989 skb->csum_offset = offsetof(struct udphdr, check); in fill_packet_ipv6()
|
D | flow_dissector.c | 381 poff += sizeof(struct udphdr); in __skb_get_poff()
|
D | skbuff.c | 3845 err = skb_maybe_pull_tail(skb, off + sizeof(struct udphdr), in skb_checksum_setup_ip() 3846 off + sizeof(struct udphdr)); in skb_checksum_setup_ip() 3848 offsetof(struct udphdr, in skb_checksum_setup_ip()
|
D | dev.c | 2797 hdr_len += sizeof(struct udphdr); in qdisc_pkt_len_init()
|
/linux-4.1.27/net/tipc/ |
D | udp_media.c | 232 skb_pull(skb, sizeof(struct udphdr)); in tipc_udp_recv() 378 - sizeof(struct udphdr); in tipc_udp_enable()
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 283 total_len += sizeof(struct udphdr); in do_test() 337 struct udphdr *udph; in do_test()
|
/linux-4.1.27/net/sunrpc/ |
D | socklib.c | 158 desc.offset = sizeof(struct udphdr); in csum_partial_copy_to_xdr()
|
D | svcsock.c | 595 len = skb->len - sizeof(struct udphdr); in svc_udp_recvfrom() 620 sizeof(struct udphdr); in svc_udp_recvfrom()
|
D | xprtsock.c | 990 repsize = skb->len - sizeof(struct udphdr); in xs_udp_data_ready() 997 xp = skb_header_pointer(skb, sizeof(struct udphdr), in xs_udp_data_ready()
|
/linux-4.1.27/net/sched/ |
D | act_csum.c | 219 struct udphdr *udph; in tcf_csum_ipv4_udp() 272 struct udphdr *udph; in tcf_csum_ipv6_udp()
|
D | act_nat.c | 169 struct udphdr *udph; in tcf_nat()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_core.c | 856 __skb_pull(skb, sizeof(struct udphdr)); in l2tp_udp_recv_core() 938 __skb_push(skb, sizeof(struct udphdr)); in l2tp_udp_recv_core() 1068 int uhlen = (tunnel->encap == L2TP_ENCAPTYPE_UDP) ? sizeof(struct udphdr) : 0; in l2tp_xmit_core() 1108 struct udphdr *uh; in l2tp_xmit_skb() 1111 int uhlen = (tunnel->encap == L2TP_ENCAPTYPE_UDP) ? sizeof(struct udphdr) : 0; in l2tp_xmit_skb()
|
D | l2tp_ppp.c | 324 uhlen = (tunnel->encap == L2TP_ENCAPTYPE_UDP) ? sizeof(struct udphdr) : 0; in pppol2tp_sendmsg() 411 uhlen = (tunnel->encap == L2TP_ENCAPTYPE_UDP) ? sizeof(struct udphdr) : 0; in pppol2tp_xmit()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-peer.c | 85 peer->hdrsize += sizeof(struct udphdr); in rxrpc_alloc_peer()
|
D | ar-input.c | 699 if (skb_copy_bits(skb, sizeof(struct udphdr), &sp->hdr, in rxrpc_data_ready() 702 if (!pskb_pull(skb, sizeof(struct udphdr) + sizeof(sp->hdr))) in rxrpc_data_ready()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_tx.c | 638 struct udphdr *udp; in rtllib_xmit_inter() 640 udp = (struct udphdr *)((u8 *)ip + in rtllib_xmit_inter()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 565 offsetof(struct udphdr, check) : in vxlan_gro_remcsum() 1148 offsetof(struct udphdr, check) : in vxlan_remcsum() 1691 (skb->csum_offset == offsetof(struct udphdr, check) || in vxlan6_xmit_skb() 1731 if (skb->csum_offset == offsetof(struct udphdr, check)) in vxlan6_xmit_skb() 1776 (skb->csum_offset == offsetof(struct udphdr, check) || in vxlan_xmit_skb() 1810 if (skb->csum_offset == offsetof(struct udphdr, check)) in vxlan_xmit_skb()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 339 struct udphdr *pudp = udp_hdr(skb); in vnet_fullcsum() 1166 hlen += sizeof(struct udphdr); in vnet_handle_offloads() 1231 curr->csum_offset = offsetof(struct udphdr, check); in vnet_handle_offloads()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 201 struct udphdr *udp; in i40e_add_del_fdir_udpv4() 216 udp = (struct udphdr *)(raw_packet + IP_HEADER_OFFSET in i40e_add_del_fdir_udpv4() 2329 *td_offset |= (sizeof(struct udphdr) >> 2) << in i40e_tx_enable_csum()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | selftest.c | 47 struct udphdr udp;
|
D | ptp.c | 1354 skb_transport_offset(skb) + sizeof(struct udphdr) && in efx_ptp_is_ptp_tx()
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc_drv.c | 523 struct udphdr *uh; in netvsc_start_xmit()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | base.c | 1357 struct udphdr *udp = (struct udphdr *)((u8 *)ip + in rtl_is_special_data()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 3520 sizeof(struct udphdr) - skb->data; in bnx2x_set_pbd_csum_enc() 3551 return skb_transport_header(skb) + sizeof(struct udphdr) - skb->data; in bnx2x_set_pbd_csum_e2() 3597 hlen += sizeof(struct udphdr) / 2; in bnx2x_set_pbd_csum()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 677 #define VXLAN_HLEN (sizeof(struct udphdr) + 8)
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 1087 (sizeof(struct udphdr) & DMA_CFG_DESC_TX_0_L4_LENGTH_MSK); in wil_tx_desc_offload_cksum_set()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1447 csoff += offsetof(struct udphdr, check); in ioc3_start_xmit()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 1579 *td_offset |= (sizeof(struct udphdr) >> 2) << in i40e_tx_enable_csum()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 3779 struct udphdr _udph, *uh; in selinux_parse_skb_ipv4() 3860 struct udphdr _udph, *uh; in selinux_parse_skb_ipv6()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 392 sizeof(struct udphdr); in qlcnic_tx_encap_pkt()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 5495 struct udphdr *udp; in e1000_transfer_dhcp_info() 5500 udp = (struct udphdr *)((u8 *)ip + (ip->ihl << 2)); in e1000_transfer_dhcp_info()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | jme.c | 979 sizeof(struct udphdr)))) { in jme_udpsum()
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 3565 struct udphdr _udph, *uh; in smk_skb_to_addr_ipv6()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 194 .offset = offsetof(struct udphdr, dest),
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 2012 offsetof(struct udphdr, check); in xmit_common()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 847 ctx->l4_hdr_size = sizeof(struct udphdr); in vmxnet3_parse_and_copy_hdr()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3378 mss_l4len_idx = sizeof(struct udphdr) << in ixgbevf_tx_csum()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 2908 sizeof(struct udphdr))) { in bnad_txq_wi_prepare()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 2627 sizeof(struct udphdr)); in ql_hw_csum_setup()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 4994 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) in be_features_check()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 4756 mss_l4len_idx = sizeof(struct udphdr) << in igb_tx_csum()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 6889 mss_l4len_idx = sizeof(struct udphdr) << in ixgbe_tx_csum()
|