Searched refs:in6_selecthlim (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_pcb.h | 97 int in6_selecthlim(struct inpcb *, struct ifnet *);
|
H A D | in6_src.c | 563 *hlim = in6_selecthlim(inp, retifp); in in6_selectsrc_socket() 607 *hlim = in6_selecthlim(NULL, retifp); in in6_selectsrc_addr() 842 in6_selecthlim(struct inpcb *inp, struct ifnet *ifp) in in6_selecthlim() function
|
H A D | udp6_usrreq.c | 904 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in udp6_send()
|
/freebsd/sys/netinet/ |
H A D | sctp_os_bsd.h | 354 #define SCTP_GET_HLIM(inp, ro) in6_selecthlim(&inp->ip_inp.inp, (ro ? (ro->ro_nh ? (ro->ro_nh->nh_i…
|
H A D | tcp_output.c | 1450 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in tcp_default_output() 1491 ip->ip_ttl = in6_selecthlim(inp, NULL); in tcp_default_output()
|
H A D | tcp_syncache.c | 1400 ip_ttl = in6_selecthlim(inp, NULL); in syncache_add()
|
H A D | tcp_subr.c | 2071 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in tcp_respond()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 13537 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in bbr_output_wtime() 13573 ip->ip_ttl = in6_selecthlim(inp, NULL); in bbr_output_wtime()
|
H A D | rack.c | 14088 rack->r_ctl.fsb.hoplimit = in6_selecthlim(rack->rc_inp, NULL); in rack_init_fsb_block() 21978 rack->r_ctl.fsb.hoplimit = ip6->ip6_hlim = in6_selecthlim(inp, NULL); in rack_output() 22015 ip->ip_ttl = in6_selecthlim(inp, NULL); in rack_output()
|