Lines Matching refs:j1939_priv
40 struct j1939_priv *priv;
46 struct j1939_priv { struct
99 int j1939_local_ecu_get(struct j1939_priv *priv, name_t name, u8 sa); argument
100 void j1939_local_ecu_put(struct j1939_priv *priv, name_t name, u8 sa);
127 u8 j1939_name_to_addr(struct j1939_priv *priv, name_t name);
128 struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv,
130 struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr);
131 struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv,
133 struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name);
134 struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv,
183 int j1939_send_one(struct j1939_priv *priv, struct sk_buff *skb);
184 void j1939_sk_recv(struct j1939_priv *priv, struct sk_buff *skb);
185 bool j1939_sk_recv_match(struct j1939_priv *priv,
193 struct j1939_session *j1939_tp_send(struct j1939_priv *priv,
195 int j1939_tp_recv(struct j1939_priv *priv, struct sk_buff *skb);
196 int j1939_ac_fixup(struct j1939_priv *priv, struct sk_buff *skb);
197 void j1939_ac_recv(struct j1939_priv *priv, struct sk_buff *skb);
198 void j1939_simple_recv(struct j1939_priv *priv, struct sk_buff *skb);
201 struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name);
205 void j1939_ecu_unmap_all(struct j1939_priv *priv);
207 struct j1939_priv *j1939_netdev_start(struct net_device *ndev);
208 void j1939_netdev_stop(struct j1939_priv *priv);
210 void j1939_priv_put(struct j1939_priv *priv);
211 void j1939_priv_get(struct j1939_priv *priv);
214 void j1939_sk_netdev_event_netdown(struct j1939_priv *priv);
215 int j1939_cancel_active_session(struct j1939_priv *priv, struct sock *sk);
216 void j1939_tp_init(struct j1939_priv *priv);
231 struct j1939_priv *priv;
293 struct j1939_priv *priv;