Searched refs:get_mtu (Results 1 – 7 of 7) sorted by relevance
92 size_t (*get_mtu)(net_protocol* self, const struct sockaddr* address); member
198 return protocol->next->module->get_mtu(protocol->next, address); in icmp6_get_mtu()
207 return protocol->next->module->get_mtu(protocol->next, address); in l2cap_get_mtu()
405 return protocol->next->module->get_mtu(protocol->next, address); in icmp_get_mtu()
676 return protocol->next->module->get_mtu(protocol->next, address); in tcp_get_mtu()
2378 return next->module->get_mtu(next, address) - sizeof(tcp_header); in _MaxSegmentSize()
1291 return protocol->next->module->get_mtu(protocol->next, address); in udp_get_mtu()