Searched defs:udp (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.h63 dma_addr_t udp; member in struct:ixgbe_fcoe_ddp
/drivers/net/ethernet/cisco/enic/
H A Dcq_enet_desc.h110 u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok,
174 *udp = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_UDP) ? 1 : 0;
104 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) argument
H A Denic_main.c1258 u8 tcp_udp_csum_ok, udp, tcp, ipv4_csum_ok; local
1278 &fcoe_eof, &tcp_udp_csum_ok, &udp, &tcp,
/drivers/net/ethernet/sfc/
H A Dselftest.c19 #include <linux/udp.h>
47 struct udphdr udp; member in struct:efx_loopback_payload
394 /* Initialise udp header */
395 payload->udp.source = 0;
396 payload->udp.len = htons(sizeof(*payload) - sizeof(struct ethhdr) -
398 payload->udp.check = 0; /* checksum ignored */
/drivers/scsi/fnic/
H A Dcq_enet_desc.h99 u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok,
156 *udp = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_UDP) ? 1 : 0;
93 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) argument
H A Dfnic_fcs.c301 u8 tcp_udp_csum_ok, udp, tcp, ipv4_csum_ok; local
341 &tcp_udp_csum_ok, &udp, &tcp,
/drivers/staging/rtl8192e/
H A Drtllib_tx.c626 struct udphdr *udp; local
628 udp = (struct udphdr *)((u8 *)ip +
630 if (((((u8 *)udp)[1] == 68) &&
631 (((u8 *)udp)[3] == 67)) ||
632 ((((u8 *)udp)[1] == 67) &&
633 (((u8 *)udp)[3] == 68))) {
/drivers/net/wireless/rtlwifi/
H A Dbase.c968 struct udphdr *udp = (struct udphdr *)((u8 *) ip + local
970 if (((((u8 *) udp)[1] == 68) &&
971 (((u8 *) udp)[3] == 67)) ||
972 ((((u8 *) udp)[1] == 67) &&
973 (((u8 *) udp)[3] == 68))) {
/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h262 u32 udp:1; /* UDP packet */ member in struct:Vmxnet3_RxCompDesc
268 u32 udp:1; /* UDP packet */ member in struct:Vmxnet3_RxCompDesc
/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c4963 struct udphdr *udp; local
4968 udp = (struct udphdr *)((u8 *)ip + (ip->ihl << 2));
4969 if (ntohs(udp->dest) != 67)
4972 offset = (u8 *)udp + 8 - skb->data;
4974 return e1000e_mng_write_dhcp_info(hw, (u8 *)udp + 8, length);
/drivers/net/ethernet/realtek/
H A Dr8169.c587 u32 udp; member in struct:rtl_tx_desc_info::__anon2897
595 .udp = TD0_IP_CS | TD0_UDP_CS,
603 .udp = TD1_IP_CS | TD1_UDP_CS,
5103 opts[offset] |= info->checksum.udp;

Completed in 389 milliseconds