Home
last modified time | relevance | path

Searched refs:optdata_dn (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/
Ddn.h63 struct optdata_dn conndata_in;
64 struct optdata_dn conndata_out;
65 struct optdata_dn discdata_in;
66 struct optdata_dn discdata_out;
/Linux-v5.4/include/uapi/linux/
Ddn.h98 struct optdata_dn { struct
/Linux-v5.4/net/decnet/
Daf_decnet.c1020 static void dn_user_copy(struct sk_buff *skb, struct optdata_dn *opt) in dn_user_copy()
1152 sizeof(struct optdata_dn)); in dn_accept()
1154 sizeof(struct optdata_dn)); in dn_accept()
1347 struct optdata_dn opt; in __dn_setsockopt()
1373 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1387 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1542 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1543 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()
1548 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1549 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()