Searched refs:ip_version (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.h58 uint8_t ip_version; member in struct:tlro_mbuf_data
H A Dtcp_tlro.c237 pinfo->ip_version = 4;
263 pinfo->ip_version = 6;
475 if (pinfob->ip_version == 4) {
536 if (pinfoa->ip_version == 4) {
559 if (pinfoa->ip_version == 4) {
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dud_header.c119 { STRUCT_FIELD(grh, ip_version),
259 header->grh.ip_version = 6;
403 if (header->grh.ip_version != 6) {
404 printk(KERN_WARNING "Invalid GRH.ip_version %d\n",
405 header->grh.ip_version);
H A Dcma.c216 u8 ip_version; /* IP version: 7:4 */ member in struct:cma_hdr
225 u8 ip_version; /* IP version: 7:4 */ member in struct:sdp_hh
280 return hdr->ip_version >> 4;
285 hdr->ip_version = (ip_ver << 4) | (hdr->ip_version & 0xF);
295 return hh->ip_version >> 4;
300 hh->ip_version = (ip_ver << 4) | (hh->ip_version & 0xF);
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dtcp_common.h121 u8 ip_version /* (use enum tcp_ip_version) */; member in struct:tcp_offload_params
191 u8 ip_version /* (use enum tcp_ip_version) */; member in struct:tcp_offload_params_opt2
H A Decore_roce_api.h742 enum ecore_tcp_ip_version ip_version; member in struct:ecore_iwarp_cm_info
802 enum ecore_tcp_ip_version ip_version; member in struct:ecore_iwarp_listen_in
H A Decore_iscsi_api.h120 u8 ip_version; member in struct:ecore_iscsi_conn
H A Decore_iwarp.h203 u8 ip_version; member in struct:ecore_iwarp_listener
H A Decore_rdma_api.h844 enum ecore_tcp_ip_version ip_version; member in struct:ecore_iwarp_cm_info
904 enum ecore_tcp_ip_version ip_version; member in struct:ecore_iwarp_listen_in
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-sflow.c66 u_int8_t ip_version[4]; member in struct:sflow_datagram_t
841 EXTRACT_32BITS(sflow_datagram->ip_version) == 1 ? "IPv4" : "IPv6",
852 EXTRACT_32BITS(sflow_datagram->ip_version) == 1 ? "IPv4" : "IPv6",
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_pack.h188 u8 ip_version; member in struct:ib_unpacked_grh
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h5344 u8 ip_version[4]; member in struct:mlx5_ifc_grh_bits

Completed in 216 milliseconds