Searched refs:_fl (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
D | gpio-core.h | 139 #define samsung_gpio_lock(_oc, _fl) spin_lock_irqsave(&(_oc)->lock, _fl) argument 140 #define samsung_gpio_unlock(_oc, _fl) spin_unlock_irqrestore(&(_oc)->lock, _fl) argument
|
/kernel/linux/linux-5.10/net/sctp/ |
D | ipv6.c | 231 struct flowi _fl; in sctp_v6_get_dst() local 232 struct flowi6 *fl6 = &_fl.u.ip6; in sctp_v6_get_dst() 242 memset(&_fl, 0, sizeof(_fl)); in sctp_v6_get_dst() 282 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst() 308 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst() 348 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst() 363 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
|
D | protocol.c | 419 struct flowi _fl; in sctp_v4_get_dst() local 420 struct flowi4 *fl4 = &_fl.u.ip4; in sctp_v4_get_dst() 430 memset(&_fl, 0x0, sizeof(_fl)); in sctp_v4_get_dst() 452 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst() 519 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst() 529 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
|