Searched refs:ip_version (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/infiniband/core/ |
D | ud_header.c | 120 { STRUCT_FIELD(grh, ip_version), 256 header->grh.ip_version = 6; in ib_ud_header_init() 364 if (header->grh.ip_version != 6) { in ib_ud_header_unpack() 366 header->grh.ip_version); in ib_ud_header_unpack()
|
D | cma.c | 192 u8 ip_version; /* IP version: 7:4 */ member 239 return hdr->ip_version >> 4; in cma_get_ip_ver() 244 hdr->ip_version = (ip_ver << 4) | (hdr->ip_version & 0xF); in cma_set_ip_ver()
|
/linux-4.1.27/net/caif/ |
D | chnl_net.c | 78 const u8 *ip_version; in chnl_recv_cb() local 96 ip_version = skb_header_pointer(skb, 0, 1, &buf); in chnl_recv_cb() 97 if (!ip_version) { in chnl_recv_cb() 102 switch (*ip_version >> 4) { in chnl_recv_cb()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_hw.h | 297 u8 ip_version; /* dword 1 */ member 331 u8 ip_version; /* dword 1 */ member
|
D | be_main.c | 1963 rxcp->ipv6 = GET_RX_COMPL_V1_BITS(ip_version, compl); in be_parse_rx_compl_v1() 1986 rxcp->ipv6 = GET_RX_COMPL_V0_BITS(ip_version, compl); in be_parse_rx_compl_v0()
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | gdm_lte.c | 584 char ip_version = 0; in gdm_lte_netif_rx() local 656 ip_version = buf[0] >> 4; in gdm_lte_netif_rx() 657 if (ip_version == IP_VERSION_4) { in gdm_lte_netif_rx() 660 } else if (ip_version == IP_VERSION_6) { in gdm_lte_netif_rx() 664 netdev_err(dev, "Unknown IP version %d\n", ip_version); in gdm_lte_netif_rx()
|
/linux-4.1.27/drivers/crypto/amcc/ |
D | crypto4xx_sa.h | 162 u32 ip_version:1; member
|
/linux-4.1.27/include/rdma/ |
D | ib_pack.h | 189 u8 ip_version; member
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | stmmac.txt | 4 - compatible: Should be "snps,dwmac-<ip_version>" "snps,dwmac"
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc_drv.c | 554 lso_info->lso_v2_transmit.ip_version = in netvsc_start_xmit() 562 lso_info->lso_v2_transmit.ip_version = in netvsc_start_xmit()
|
D | hyperv_net.h | 955 u32 ip_version:1; member
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fc.h | 880 u32 ip_version:8; member
|
D | bfa_defs_svc.h | 1041 u16 ip_version; member
|