Lines Matching refs:be

11 identifier, the appropriate callback will be called.
36 idx and val are unique identifiers which must be registered in the
38 callback function which will be called when a message with above idx.val
40 be dereferenced to struct cn_msg *.
62 It must be registered in connector.h for legal in-kernel users.
78 Sends message to the specified groups. It can be safely called from
80 If there are no listeners for given group -ESRCH can be returned.
83 u16 len - for *_multi multiple cn_msg messages can be sent
85 If non-zero the message will be sent to the
86 given port, which should be set to the
90 be searched through all registered connector users,
91 and message will be delivered to the group which was
93 If __group is not zero, then message will be delivered
109 acknowledge number. The sequence number may be copied into
115 received message MUST be the same as in the original message, and the
116 acknowledge number MUST be the same + 1.
128 selected ids will be turned on or off (registered or unregistered its
132 As example of this usage can be found in the cn_test.c module which
140 be lost due to memory pressure or process' receiving queue overflowed,
141 so caller is warned that it must be prepared. That is why the struct
153 that group first. It can be achieved by the following pseudocode:
180 Additional 0xf numbers are allocated to be used by non-in-kernel users.
186 Some work in netlink area is still being done, so things can be changed in
187 2.6.15 timeframe, if it will happen, documentation will be updated for that