Searched defs:next_hop (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.c | 56 uint32_t next_hop: 21; /**< Next hop / next table to be checked. */ member 68 uint32_t next_hop; /**< Rule next hop. */ member 534 uint8_t new_depth, uint32_t next_hop, uint8_t valid) in expand_rule() 662 uint8_t first_byte, uint8_t depth, uint32_t next_hop, in add_step() 864 uint32_t next_hop, int is_new_rule) in rte_lpm6_add() 925 uint8_t first_byte, uint32_t *next_hop) in lookup_step() 955 uint32_t *next_hop) in rte_lpm6_lookup() 993 uint32_t tbl24_index, next_hop; in rte_lpm6_lookup_bulk_func() local 1028 fill_rule6(char *buffer, const uint8_t *ip, uint8_t depth, uint32_t next_hop) in fill_rule6()
|
H A D | rte_lpm.h | 77 uint32_t next_hop :24; member 114 uint32_t next_hop; /**< Rule next hop. */ member 271 rte_lpm_lookup(struct rte_lpm *lpm, uint32_t ip, uint32_t *next_hop) in rte_lpm_lookup()
|
H A D | rte_lpm.c | 467 uint32_t next_hop) in add_depth_small() 539 uint32_t next_hop) in add_depth_big() 692 uint32_t next_hop) in rte_lpm_add()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow_v9.h | 51 uint32_t next_hop; /* Next hop IPv4 address (IPV4_NEXT_HOP) */ member 76 struct in6_addr next_hop; /* Next hop IPv6 address (IPV6_NEXT_HOP) */ member
|
H A D | netflow.h | 92 uint32_t next_hop; /* Next hop IP address */ member 114 uint32_t next_hop; /* Next hop IP address */ member
|
H A D | ng_netflow.h | 253 struct in_addr next_hop; member 269 struct in_addr next_hop; member
|
/freebsd/sys/netinet/ |
H A D | udp_usrreq.c | 616 struct sockaddr_in *next_hop; in udp_input() local
|
H A D | tcp_input.c | 874 struct sockaddr_in *next_hop; in tcp_input_with_port() local
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_private.h | 116 struct sockaddr_in *next_hop; member
|