Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_seg6_loop.c58 uint8_t *ipver; in get_srh() local
62 ipver = (uint8_t *)cursor; in get_srh()
64 if ((void *)ipver + sizeof(*ipver) > data_end) in get_srh()
67 if ((*ipver >> 4) != 6) in get_srh()
H A Dtest_lwt_seg6local.c58 uint8_t *ipver; in get_srh() local
62 ipver = (uint8_t *)cursor; in get_srh()
64 if ((void *)ipver + sizeof(*ipver) > data_end) in get_srh()
67 if ((*ipver >> 4) != 6) in get_srh()
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_drops.sh354 local ipver=$1; shift
360 )"$ipver"$( : IP version
378 local ipver=$1; shift
392 payload=$(ipv4_payload_get $ipver $ihl $checksum)
407 local ipver=$1; shift
411 )"$ipver"$( : IP version
426 local ipver=$1; shift
438 payload=$(ipv6_payload_get $ipver)
/OK3568_Linux_fs/kernel/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"
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsctp.h471 static inline int ipver2af(__u8 ipver) in ipver2af() argument
473 switch (ipver) { in ipver2af()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c571 u8 ipver = ip_hdr(skb)->version; in aq_nic_map_skb() local
579 if (ipver == 4) in aq_nic_map_skb()
581 else if (ipver == 6) in aq_nic_map_skb()
607 dx_buff->is_ipv6 = (ipver == 6); in aq_nic_map_skb()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27782-1.patch139 conn->ip_version = data->set.ipver;
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h266 u32 ipver:1; member