Searched refs:nhop_object (Results 26 - 50 of 74) sorted by relevance

123

/freebsd-13-stable/sys/netinet6/
H A Din6_src.c133 struct nhop_object **, int, u_int, uint32_t);
621 struct ifnet **retifp, struct nhop_object **retnh, int norouteok,
626 struct nhop_object *nh = NULL;
746 if (ro->ro_nh == (struct nhop_object *)NULL) {
836 struct nhop_object *nh = NULL;
890 struct ifnet **retifp, struct nhop_object **retnh, u_int fibnum, uint32_t flowid)
913 struct nhop_object *nh;
H A Din6.h378 struct nhop_object;
380 struct nhop_object *ro_nh;
H A Dip6_forward.c96 struct nhop_object *nh = NULL;
H A Dip6_var.h419 struct nhop_object **, u_int, uint32_t);
H A Dnd6_rtr.c701 struct nhop_object *nh = nhop_select_func(rc.rc_nh_new, 0);
741 struct nhop_object *nh = nhop_select_func(rc.rc_nh_old, 0);
2374 rt6_deleteroute(const struct rtentry *rt, const struct nhop_object *nh,
H A Dip6_output.c432 struct nhop_object *nh;
741 struct nhop_object *nh;
1463 struct nhop_object *nh;
1496 struct nhop_object *nh;
/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.c79 static struct nhop_object *
93 static struct nhop_object *
300 struct nhop_object *nh;
H A Ddpdk_lpm.c78 static struct nhop_object *
246 struct nhop_object *nh;
/freebsd-13-stable/sys/netinet/
H A Dtoecore.c80 struct nhop_object *nh __unused, struct sockaddr *nam __unused)
141 struct nhop_object *nh0 __unused, struct nhop_object *nh1 __unused)
H A Dtcp_offload.c67 struct nhop_object *nh;
H A Dicmp6.h698 struct nhop_object;
710 void icmp6_redirect_output(struct mbuf *, struct nhop_object *);
H A Dip_icmp.c765 struct nhop_object *nh;
948 struct nhop_object *nh;
H A Dip_options.c111 struct nhop_object *nh;
/freebsd-13-stable/sys/net/route/
H A Dmpath_ctl.c152 gw_filter_func(const struct nhop_object *nh, void *_data)
H A Droute_ifaddrs.c78 struct nhop_object *nh;
H A Droute_helpers.c219 * Returns nhop_object or NULL.
224 struct nhop_object *
228 struct nhop_object *nh;
H A Dnhop.c213 struct nhop_object *nh;
H A Dnhgrp_ctl.c70 CHK_STRUCT_FIELD_GENERIC(struct nhop_object, nh_flags, struct nhgrp_object, nhg_flags);
196 sz += nhg_size * sizeof(struct nhop_object *);
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c83 static struct nhop_object *nat64_find_route4(struct sockaddr_in *,
85 static struct nhop_object *nat64_find_route6(struct sockaddr_in6 *,
176 struct nhop_object *nh4 = NULL;
177 struct nhop_object *nh6 = NULL;
621 static struct nhop_object *
624 struct nhop_object *nh;
773 static struct nhop_object *
776 struct nhop_object *nh;
1232 struct nhop_object *nh;
1572 struct nhop_object *n
[all...]
/freebsd-13-stable/sys/net/
H A Drtsock.c189 static int sysctl_dumpnhop(struct rtentry *rt, struct nhop_object *nh,
195 const struct nhop_object *nh, struct rt_metrics *out);
201 struct rib_cmd_info *rc, struct nhop_object *nh);
471 struct nhop_object *nh, union sockaddr_union *saun, struct ucred *cred)
710 static struct nhop_object *
711 select_nhop(struct nhop_object *nh, const struct sockaddr *gw)
742 struct nhop_object *nh;
939 int alloc_len, struct rib_cmd_info *rc, struct nhop_object *nh)
1037 struct nhop_object *nh;
1275 rt_getmetrics(const struct rtentry *rt, const struct nhop_object *n
[all...]
H A Dif_stf.c572 struct nhop_object *nh;
/freebsd-13-stable/sys/tests/fib_lookup/
H A Dfib_lookup.c292 struct nhop_object *nh_fib;
541 struct nhop_object *nh_fib;
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h376 int t4_connect(struct toedev *, struct socket *, struct nhop_object *,
H A Dt4_connect.c227 t4_connect(struct toedev *tod, struct socket *so, struct nhop_object *nh,
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c281 struct nhop_object *nh;
457 struct nhop_object *nh;

Completed in 244 milliseconds

123