Home
last modified time | relevance | path

Searched refs:SCTP_ARG_CONSTRUCTOR (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/sctp/
H A Dcommand.h129 * SCTP_ARG_CONSTRUCTOR(NAME, TYPE, ELT) builds a function called
134 * E.g., SCTP_ARG_CONSTRUCTOR(I32, __s32, i32) builds SCTP_I32(arg),
139 #define SCTP_ARG_CONSTRUCTOR(name, type, elt) \ macro
148 SCTP_ARG_CONSTRUCTOR(I32, __s32, i32) in SCTP_ARG_CONSTRUCTOR() function
149 SCTP_ARG_CONSTRUCTOR(U32, __u32, u32) in SCTP_ARG_CONSTRUCTOR()
150 SCTP_ARG_CONSTRUCTOR(BE32, __be32, be32) in SCTP_ARG_CONSTRUCTOR()
151 SCTP_ARG_CONSTRUCTOR(U16, __u16, u16) in SCTP_ARG_CONSTRUCTOR()
152 SCTP_ARG_CONSTRUCTOR(U8, __u8, u8) in SCTP_ARG_CONSTRUCTOR()
153 SCTP_ARG_CONSTRUCTOR(ERROR, int, error) in SCTP_ARG_CONSTRUCTOR()
154 SCTP_ARG_CONSTRUCTOR(PER in SCTP_ARG_CONSTRUCTOR()
[all...]