Lines Matching defs:code
85 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code,
101 ph->error_code = code;
107 static int pep_indicate(struct sock *sk, u8 id, u8 code,
122 ph->error_code = code;
128 static int pipe_handler_request(struct sock *sk, u8 id, u8 code,
143 ph->error_code = code;
180 static int pep_reject_conn(struct sock *sk, struct sk_buff *skb, u8 code,
184 WARN_ON(code == PN_PIPE_NO_ERROR);
185 return pep_reply(sk, skb, code, data, sizeof(data), priority);
190 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code,
199 code, /* error code, at an unusual offset */