Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
H A Dmctpdevice.h19 struct mctp_dev { struct
37 void (*release_flow)(struct mctp_dev *dev,
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);
H A Dmctp.h173 struct mctp_dev *dev;
239 struct mctp_dev *dev;
264 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr);
265 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr);
266 void mctp_route_remove_dev(struct mctp_dev *mdev);
275 struct mctp_dev *dev;
289 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
291 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
/kernel/linux/linux-6.6/net/mctp/
H A Ddevice.c29 * Returned mctp_dev has its refcount incremented, or NULL if unset.
31 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()
44 /* Returned mctp_dev does not have refcount incremented. The returned pointer
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 *mde in mctp_rtm_newaddr()
[all...]
H A 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()
H A 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()
988 static int mctp_route_add(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_add()
1039 static int mctp_route_remove(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_remove()
1069 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_add_local()
1074 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_remove_local()
1080 void mctp_route_remove_dev(struct mctp_dev *mdev) in mctp_route_remove_dev()
1102 struct mctp_dev *mdev; in mctp_pkttype_receive()
1187 struct mctp_dev **mde in mctp_route_nlparse()
[all...]
/kernel/linux/linux-6.6/net/mctp/test/
H A Dutils.h12 struct mctp_dev *mdev;
H A Droute-test.c40 struct mctp_dev *dev, in mctp_test_create_route()
/kernel/linux/linux-6.6/drivers/net/mctp/
H A Dmctp-i2c.c622 static void mctp_i2c_release_flow(struct mctp_dev *mdev, in mctp_i2c_release_flow()
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h2232 struct mctp_dev __rcu *mctp_ptr;

Completed in 15 milliseconds