Lines Matching refs:sockmap
268 Look up a socket entry in the sockmap or sockhash map.
278 Add or update a socket entry in a sockmap or sockhash.
294 Delete a socket entry from a sockmap or a sockhash.
307 function. The ``key`` parameter is the index value of the sockmap array. And the
310 Under the hood, the sockmap update function uses the socket FD value to
346 Several examples of the use of sockmap APIs can be found in:
354 The following code snippet shows how to declare a sockmap.
376 sockmap to redirect traffic to another socket based on the local port.
437 Several examples of the use of sockmap APIs can be found in:
443 The following code sample shows how to create a sockmap, attach a parser and
455 fprintf(stderr, "Failed to create sockmap: %s\n", strerror(errno));
473 fprintf(stderr, "Failed to update sockmap: %s\n", strerror(errno));