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

Function __tcp_hpts_insert

freebsd/netinet/tcp_hpts.c:1073–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073uint32_t
1074__tcp_hpts_insert(struct inpcb *inp, uint32_t slot, int32_t line){
1075 return (tcp_hpts_insert_diag(inp, slot, line, NULL));
1076}
1077int
1078__tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line)
1079{

Callers

nothing calls this directly

Calls 1

tcp_hpts_insert_diagFunction · 0.85

Tested by

no test coverage detected