MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_update_ifn_mtu

Function sctp_update_ifn_mtu

freebsd/netinet/sctp_pcb.c:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void
259sctp_update_ifn_mtu(uint32_t ifn_index, uint32_t mtu)
260{
261 struct sctp_ifn *sctp_ifnp;
262
263 sctp_ifnp = sctp_find_ifn((void *)NULL, ifn_index);
264 if (sctp_ifnp != NULL) {
265 sctp_ifnp->ifn_mtu = mtu;
266 }
267}
268
269void
270sctp_free_ifa(struct sctp_ifa *sctp_ifap)

Callers

nothing calls this directly

Calls 1

sctp_find_ifnFunction · 0.85

Tested by

no test coverage detected