Home
last modified time | relevance | path

Searched refs:sr_has_hmac (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseg6.h47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dseg6.h47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dseg6.h47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dseg6.h47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) macro
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_iptunnel.c184 if (sr_has_hmac(isrh)) { in seg6_do_srh_encap()
236 if (sr_has_hmac(isrh)) { in seg6_do_srh_inline()
H A Dseg6_hmac.c92 if (!sr_has_hmac(srh)) in seg6_get_tlv_hmac()
H A Dexthdrs.c1117 if (sr_has_hmac(sr_phdr)) { in ipv6_push_rthdr4()