Searched refs:sctp_auth_bytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dauth.h62 struct sctp_auth_bytes { struct
72 struct sctp_auth_bytes *key;
81 static inline void sctp_auth_key_hold(struct sctp_auth_bytes *key)
89 void sctp_auth_key_put(struct sctp_auth_bytes *key);
H A Dstructs.h1916 struct sctp_auth_bytes *asoc_shared_key;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dauth.c68 void sctp_auth_key_put(struct sctp_auth_bytes *key)
80 static struct sctp_auth_bytes *sctp_auth_create_key(__u32 key_len, gfp_t gfp)
82 struct sctp_auth_bytes *key;
85 if ((INT_MAX - key_len) < sizeof(struct sctp_auth_bytes))
89 key = kmalloc(sizeof(struct sctp_auth_bytes) + key_len, gfp);
158 static int sctp_auth_compare_vectors(struct sctp_auth_bytes *vector1,
159 struct sctp_auth_bytes *vector2)
194 static struct sctp_auth_bytes *sctp_auth_make_key_vector(
200 struct sctp_auth_bytes *new;
208 new = kmalloc(sizeof(struct sctp_auth_bytes)
[all...]

Completed in 176 milliseconds