Home
last modified time | relevance | path

Searched refs:ipver (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A Dnf_conntrack_packetdrill.sh35 ipver="$2"
38 export NFCT_IP_VERSION="$ipver"
40 if [ "$ipver" = "ipv4" ];then
42 elif [ "$ipver" = "ipv6" ];then
47 timeout "$PDRILL_TIMEOUT" unshare -n packetdrill --ip_version="$ipver" --mtu=$mtu \
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h56 #define IS_GFX_GT_IP_STEP(gt, ipver, from, until) ( \ argument
58 (IS_GFX_GT_IP_RANGE((gt), (ipver), (ipver)) && \
74 #define IS_MEDIA_GT_IP_STEP(gt, ipver, from, until) ( \ argument
76 (IS_MEDIA_GT_IP_RANGE((gt), (ipver), (ipver)) && \
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_seg6_loop.c60 uint8_t *ipver; in get_srh() local
64 ipver = (uint8_t *)cursor; in get_srh()
66 if ((void *)ipver + sizeof(*ipver) > data_end) in get_srh()
69 if ((*ipver >> 4) != 6) in get_srh()
H A Dtest_lwt_seg6local.c60 uint8_t *ipver; in get_srh() local
64 ipver = (uint8_t *)cursor; in get_srh()
66 if ((void *)ipver + sizeof(*ipver) > data_end) in get_srh()
69 if ((*ipver >> 4) != 6) in get_srh()
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_drops.sh355 local ipver=$1; shift
361 )"$ipver"$( : IP version
379 local ipver=$1; shift
393 payload=$(ipv4_payload_get $ipver $ihl $checksum)
408 local ipver=$1; shift
412 )"$ipver"$( : IP version
427 local ipver=$1; shift
439 payload=$(ipv6_payload_get $ipver)
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_device.h184 #define IS_DISPLAY_VER_STEP(__i915, ipver, from, until) \ argument
185 (IS_DISPLAY_VER_FULL((__i915), (ipver), (ipver)) && \
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh52 local ipver=$4
57 [ "$ipver" != '6' ] && group=239.1.1.1 || group=fff1::1
58 [ "$ipver" != '6' ] || ipfl="-6"
78 local ipver=$3
83 [ "$ipver" != '6' ] && remote=1.1.1.2 || group=::2
84 [ "$ipver" != '6' ] || ipfl="-6"
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c153 nfp_net_tls_set_ipver_vlan(struct nfp_crypto_req_add_front *front, u8 ipver) in nfp_net_tls_set_ipver_vlan() argument
155 front->ipver_vlan = cpu_to_be16(FIELD_PREP(NFP_NET_TLS_IPVER, ipver) | in nfp_net_tls_set_ipver_vlan()
/linux/include/net/sctp/
H A Dsctp.h469 static inline int ipver2af(__u8 ipver) in ipver2af() argument
471 switch (ipver) { in ipver2af()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c679 u8 ipver = ip_hdr(skb)->version; in aq_nic_map_skb() local
687 if (ipver == 4) in aq_nic_map_skb()
689 else if (ipver == 6) in aq_nic_map_skb()
715 dx_buff->is_ipv6 = (ipver == 6); in aq_nic_map_skb()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h300 u32 ipver:1; member