Searched refs:nh_family (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnexthop.h8 unsigned char nh_family; member in struct:nhmsg
H A Dbpf.h7204 __u32 nh_family; member in struct:bpf_redir_neigh
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c120 nh_params.nh_family = fib_params.family;
/linux-master/net/ipv4/
H A Dnexthop.c925 nhm->nh_family = AF_UNSPEC;
945 nhm->nh_family = nhi->family;
1148 nhm->nh_family = AF_UNSPEC;
1239 static int nh_check_attr_fdb_group(struct nexthop *nh, u8 *nh_family, argument
1251 if (*nh_family == AF_UNSPEC) {
1252 *nh_family = nhi->family;
1253 } else if (*nh_family != nhi->family) {
1266 u8 nh_family = AF_UNSPEC; local
1313 if (nhg_fdb && nh_check_attr_fdb_group(nh, &nh_family, extack))
2862 nhi->family = cfg->nh_family;
[all...]
/linux-master/include/net/
H A Dnexthop.h27 u8 nh_family; member in struct:nh_config
/linux-master/include/linux/
H A Dfilter.h695 u32 nh_family; member in struct:bpf_nh_params
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7204 __u32 nh_family; member in struct:bpf_redir_neigh
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c161 int nh_family; local
176 nh_family = nexthop_get_family(nh);
186 ndm->ndm_family = nh_family;
/linux-master/net/core/
H A Dfilter.c2268 } else if (nh->nh_family != AF_INET6) {
2321 } else if (nh->nh_family == AF_INET6) {
2324 } else if (nh->nh_family == AF_INET) {

Completed in 437 milliseconds