ATALK_FIND_OR_INSERT_SOCKET

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

atalk_find_or_insert_socket - Try to find a socket matching ADDR  

SYNOPSIS

"SYNOPSIS"

struct sock * atalk_find_or_insert_socket (struct sock * sk, struct sockaddr_at * sat);  

ARGUMENTS

sk
-- undescribed --
sat
-- undescribed --
 

DESCRIPTION

sk - socket to insert in the list if it is not there already sat - address to search for

Try to find a socket matching ADDR in the socket list, if found then return it. If not, insert SK into the socket list.

This entire operation must execute atomically.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:40 GMT, October 06, 2005