Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dmctpdevice.h19 struct mctp_dev { struct
37 void (*release_flow)(struct mctp_dev *dev, argument
43 struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev);
44 struct mctp_dev *__mctp_dev_get(const struct net_device *dev);
50 void mctp_dev_hold(struct mctp_dev *mdev);
51 void mctp_dev_put(struct mctp_dev *mdev);
53 void mctp_dev_set_key(struct mctp_dev *dev, struct mctp_sk_key *key);
54 void mctp_dev_release_key(struct mctp_dev *dev, struct mctp_sk_key *key);
Dmctp.h173 struct mctp_dev *dev;
237 struct mctp_dev *dev;
263 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr);
264 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr);
265 void mctp_route_remove_dev(struct mctp_dev *mdev);
274 struct mctp_dev *dev;
288 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
290 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
/linux-6.1.9/net/mctp/
Ddevice.c31 struct mctp_dev *__mctp_dev_get(const struct net_device *dev) in __mctp_dev_get()
33 struct mctp_dev *mdev = rcu_dereference(dev->mctp_ptr); in __mctp_dev_get()
47 struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev) in mctp_dev_get_rtnl()
62 struct mctp_dev *mdev, mctp_eid_t eid, in mctp_fill_addrinfo()
95 static int mctp_dump_dev_addrinfo(struct mctp_dev *mdev, struct sk_buff *skb, in mctp_dump_dev_addrinfo()
121 struct mctp_dev *mdev; in mctp_dump_addrinfo()
159 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify()
197 struct mctp_dev *mdev; in mctp_rtm_newaddr()
260 struct mctp_dev *mdev; in mctp_rtm_deladdr()
308 void mctp_dev_hold(struct mctp_dev *mdev) in mctp_dev_hold()
[all …]
Dneigh.c24 static int mctp_neigh_add(struct mctp_dev *mdev, mctp_eid_t eid, in mctp_neigh_add()
71 void mctp_neigh_remove_dev(struct mctp_dev *mdev) in mctp_neigh_remove_dev()
88 static int mctp_neigh_remove(struct mctp_dev *mdev, mctp_eid_t eid, in mctp_neigh_remove()
120 struct mctp_dev *mdev; in mctp_rtm_newneigh()
179 struct mctp_dev *mdev; in mctp_rtm_delneigh()
279 int mctp_neigh_lookup(struct mctp_dev *mdev, mctp_eid_t eid, void *ret_hwaddr) in mctp_neigh_lookup()
Droute.c32 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev);
266 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) in mctp_flow_prepare_output()
284 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) {} in mctp_flow_prepare_output()
969 static int mctp_route_add(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_add()
1020 static int mctp_route_remove(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_remove()
1050 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_add_local()
1055 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_remove_local()
1061 void mctp_route_remove_dev(struct mctp_dev *mdev) in mctp_route_remove_dev()
1083 struct mctp_dev *mdev; in mctp_pkttype_receive()
1168 struct mctp_dev **mdev, mctp_eid_t *daddr_start) in mctp_route_nlparse()
[all …]
/linux-6.1.9/net/mctp/test/
Dutils.h12 struct mctp_dev *mdev;
Droute-test.c40 struct mctp_dev *dev, in mctp_test_create_route()
/linux-6.1.9/drivers/net/mctp/
Dmctp-i2c.c622 static void mctp_i2c_release_flow(struct mctp_dev *mdev, in mctp_i2c_release_flow()
/linux-6.1.9/include/linux/
Dnetdevice.h2176 struct mctp_dev __rcu *mctp_ptr;