|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/slab.h>#include <linux/in.h>#include <net/sock.h>#include <net/ipv6.h>#include <net/if_inet6.h>#include <net/sctp/sctp.h>#include <net/sctp/sm.h>Go to the source code of this file.
| int sctp_add_bind_addr | ( | struct sctp_bind_addr * | bp, |
| union sctp_addr * | new, | ||
| __u8 | addr_state, | ||
| gfp_t | gfp | ||
| ) |
Definition at line 166 of file bind_addr.c.
| int sctp_bind_addr_conflict | ( | struct sctp_bind_addr * | bp, |
| const union sctp_addr * | addr, | ||
| struct sctp_sock * | bp_sp, | ||
| struct sctp_sock * | addr_sp | ||
| ) |
Definition at line 352 of file bind_addr.c.
| int sctp_bind_addr_copy | ( | struct net * | net, |
| struct sctp_bind_addr * | dest, | ||
| const struct sctp_bind_addr * | src, | ||
| sctp_scope_t | scope, | ||
| gfp_t | gfp, | ||
| int | flags | ||
| ) |
Definition at line 65 of file bind_addr.c.
| int sctp_bind_addr_dup | ( | struct sctp_bind_addr * | dest, |
| const struct sctp_bind_addr * | src, | ||
| gfp_t | gfp | ||
| ) |
Definition at line 110 of file bind_addr.c.
| void sctp_bind_addr_free | ( | struct sctp_bind_addr * | bp | ) |
Definition at line 154 of file bind_addr.c.
| void sctp_bind_addr_init | ( | struct sctp_bind_addr * | bp, |
| __u16 | port | ||
| ) |
Definition at line 132 of file bind_addr.c.
| int sctp_bind_addr_match | ( | struct sctp_bind_addr * | bp, |
| const union sctp_addr * | addr, | ||
| struct sctp_sock * | opt | ||
| ) |
Definition at line 328 of file bind_addr.c.
Definition at line 387 of file bind_addr.c.
|
write |
Definition at line 233 of file bind_addr.c.
| int sctp_del_bind_addr | ( | struct sctp_bind_addr * | bp, |
| union sctp_addr * | del_addr | ||
| ) |
Definition at line 201 of file bind_addr.c.
|
write |
Definition at line 415 of file bind_addr.c.
Definition at line 497 of file bind_addr.c.
Definition at line 478 of file bind_addr.c.
Definition at line 537 of file bind_addr.c.
| int sctp_raw_to_bind_addrs | ( | struct sctp_bind_addr * | bp, |
| __u8 * | raw_addr_list, | ||
| int | addrs_len, | ||
| __u16 | port, | ||
| gfp_t | gfp | ||
| ) |
Definition at line 285 of file bind_addr.c.
| sctp_scope_t sctp_scope | ( | const union sctp_addr * | addr | ) |
Definition at line 557 of file bind_addr.c.
1.8.2