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

Function LibAliasIn

freebsd/netinet/libalias/alias.c:1313–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311 int maxpacketsize);
1312
1313int
1314LibAliasIn(struct libalias *la, void *ptr, int maxpacketsize)
1315{
1316 int res;
1317
1318 LIBALIAS_LOCK(la);
1319 res = LibAliasInLocked(la, (struct ip *)ptr, maxpacketsize);
1320 LIBALIAS_UNLOCK(la);
1321 return (res);
1322}
1323
1324static int
1325LibAliasInLocked(struct libalias *la, struct ip *pip, int maxpacketsize)

Callers 2

ipfw_natFunction · 0.85
ng_nat_rcvdataFunction · 0.85

Calls 1

LibAliasInLockedFunction · 0.85

Tested by

no test coverage detected