Searched defs:get_port (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/net/netfilter/ipset/ |
D | ip_set_getport.c | 24 get_port(const struct sk_buff *skb, int protocol, unsigned int protooff, in get_port() function
|
/linux-3.3/net/netfilter/ |
D | nf_conntrack_ftp.c | 165 static int get_port(const char *data, int start, size_t dlen, char delim, in get_port() function
|
/linux-3.3/drivers/net/wan/ |
D | pci200syn.c | 98 #define get_port(card, port) (&card->ports[port]) macro
|
D | pc300too.c | 114 #define get_port(card, port) ((port) < (card)->n_ports ? \ macro
|
D | c101.c | 103 #define get_port(card, port) (card) macro
|
D | n2.c | 147 #define get_port(card, port) ((card)->ports[port].valid ? \ macro
|
/linux-3.3/include/net/ |
D | sock.h | 817 int (*get_port)(struct sock *sk, unsigned short snum); member
|