Home
last modified time | relevance | path

Searched refs:NLA_POLICY_FULL_RANGE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/ipv6/ !
Dioam6_iptunnel.c70 [IOAM6_IPTUNNEL_FREQ_K] = NLA_POLICY_FULL_RANGE(NLA_U32, &freq_range),
71 [IOAM6_IPTUNNEL_FREQ_N] = NLA_POLICY_FULL_RANGE(NLA_U32, &freq_range),
/linux-6.1.9/include/net/ !
Dnetlink.h414 #define NLA_POLICY_FULL_RANGE(tp, _range) { \ macro