Searched refs:in6_selecthlim (Results 1 – 11 of 11) sorted by relevance
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_pcb.h | 120 int in6_selecthlim(struct inpcb *, struct ifnet *);
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.h | 120 int in6_selecthlim(struct inpcb *, struct ifnet *);
|
| H A D | in6_src.c | 569 *hlim = in6_selecthlim(inp, retifp); in in6_selectsrc_socket() 613 *hlim = in6_selecthlim(NULL, retifp); in in6_selectsrc_addr() 908 in6_selecthlim(struct inpcb *inp, struct ifnet *ifp) in in6_selecthlim() function
|
| H A D | udp6_usrreq.c | 935 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in udp6_output()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_os_bsd.h | 366 #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_timewait.c | 627 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in tcp_twrespond()
|
| H A D | tcp_output.c | 1423 ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb, NULL); in tcp_output() 1465 ip->ip_ttl = in6_selecthlim(tp->t_inpcb, NULL); in tcp_output()
|
| H A D | tcp_syncache.c | 1490 ip_ttl = in6_selecthlim(inp, NULL); in syncache_add()
|
| H A D | tcp_subr.c | 1645 ip6->ip6_hlim = in6_selecthlim(tp != NULL ? tp->t_inpcb : in tcp_respond()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 13726 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in rack_output() 13762 ip->ip_ttl = in6_selecthlim(inp, NULL); in rack_output()
|
| H A D | bbr.c | 13748 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in bbr_output_wtime() 13784 ip->ip_ttl = in6_selecthlim(inp, NULL); in bbr_output_wtime()
|