Lines Matching refs:j1939_priv
37 struct j1939_priv *priv;
43 struct j1939_priv {
95 int j1939_local_ecu_get(struct j1939_priv *priv, name_t name, u8 sa);
96 void j1939_local_ecu_put(struct j1939_priv *priv, name_t name, u8 sa);
123 u8 j1939_name_to_addr(struct j1939_priv *priv, name_t name);
124 struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv,
126 struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr);
127 struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv,
129 struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name);
130 struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv,
179 int j1939_send_one(struct j1939_priv *priv, struct sk_buff *skb);
180 void j1939_sk_recv(struct j1939_priv *priv, struct sk_buff *skb);
181 bool j1939_sk_recv_match(struct j1939_priv *priv,
189 struct j1939_session *j1939_tp_send(struct j1939_priv *priv,
191 int j1939_tp_recv(struct j1939_priv *priv, struct sk_buff *skb);
192 int j1939_ac_fixup(struct j1939_priv *priv, struct sk_buff *skb);
193 void j1939_ac_recv(struct j1939_priv *priv, struct sk_buff *skb);
194 void j1939_simple_recv(struct j1939_priv *priv, struct sk_buff *skb);
197 struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name);
201 void j1939_ecu_unmap_all(struct j1939_priv *priv);
203 struct j1939_priv *j1939_netdev_start(struct net_device *ndev);
204 void j1939_netdev_stop(struct j1939_priv *priv);
206 void j1939_priv_put(struct j1939_priv *priv);
207 void j1939_priv_get(struct j1939_priv *priv);
210 void j1939_sk_netdev_event_netdown(struct j1939_priv *priv);
211 int j1939_cancel_active_session(struct j1939_priv *priv, struct sock *sk);
212 void j1939_tp_init(struct j1939_priv *priv);
227 struct j1939_priv *priv;
289 struct j1939_priv *priv;